Skip to content
#

Git

git logo

Git is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.

Here are 33,615 public repositories matching this topic...

bat
cli
startakovsky
startakovsky commented Jan 3, 2022

It would be consistent with codespaces and the github CLI at large to add a command to the gh cs that allows the end user to open the codespace environment in the browser, such as open ==> gh cs open.

It would be just like gh cs code where it shows a dropdown of the choices of codespaces, and then instead of opening vs-code it would open up the OS's default browser which, if it's au

enhancement help wanted good first issue
StefanMich
StefanMich commented Jan 26, 2022

Describe the bug
Configuring a customer "opencommand" works, but when opening the file in the "unstaged changes" pae the filename parameter seem to be of a different format than what is used other places - it is of the form :, instead of just . Using pycharm to open that format fails, because it is interpreting the colon and number as part of the filename.

My con

bug good first issue
desktop
donokuda
donokuda commented Jul 6, 2017

From desktop/desktop#2160 (comment)

It's be nice if we could expose a drop down that allows users to start from a template. I'm thinking having that description there is not necessary; putting the description behind a tooltip should allow people who want/need to know what a gitignore file is to see it while allowing us to use that space for showing the f

enhancement design-input-needed good first issue
liuqianhong6007
liuqianhong6007 commented Oct 21, 2021

When I try to connect dolt server using golang's go-sql-driver/mysql driver in multiple heads mode, It seems that go-sql-driver/mysql driver does't support database with a sub name. DSN string format in go-sql-driver/mysql like [username[:password]@][protocol[(address)]]/dbname[?param1=value1&...&paramN=valueN]. When dbname is "mydb", It works, but not work when dbname is "mydb/feature-branch".

bug good first issue