The Wayback Machine - https://web.archive.org/web/20220110025641/https://github.com/topics/git
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,074 public repositories matching this topic...

bat
v-timofeev
v-timofeev commented Oct 26, 2021

Describe the bug you encountered:

If you use bat on C# source files (.cs, .xaml and others), a space appears in the first line. This is due to byte order mark (BOM)
Maybe reproduced for others files on Windows systems
https://en.wikipedia.org/wiki/Byte_order_mark#Byte_order_marks_by_encoding
Sample file with BOM:
[Program.cs.txt](https://github.com/sharkdp/bat/files/7420061/Program

cli
allanlei
allanlei commented Jan 5, 2022

Describe the bug

Running gh release create with the --discussion-category flag and uploading asset files creates a Github Release with the asset files, but the Discussion is not added. Removing the asset files from the command will create a Github Release with a Discussion

The test case for this would be a combination of asset files and discussion category test cases in https://gi

jkogler-cloudflight
jkogler-cloudflight commented Aug 2, 2021

Is your feature request related to a problem? Please describe.
In our company we have way too many branches remotely. Basically everybody creates new ones for every PR, and most of the time the branches don't get deleted afterwards.
That makes it very hard to check out a remote branch with lazygit, as I have to search for it. Need to know the exact PR number, ...

**Describe the solution

LisaP117
LisaP117 commented Dec 9, 2021

Bug
Unable to get into entries on the CMS to update my pages due to error page being presented. "TypeError: e.map is not a function"

To reproduce
I log in to Netlify CMS, navigate to pages, click on index and then am presented with the attached screenshot.

What I expect
I would expect to log in, navigate to pages, select the index page and be presented with editable boxes.

desktop
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".

Created by Linus Torvalds

Released April 7, 2005

Organization
git
Website
git-scm.com
Wikipedia
Wikipedia