Git
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 32,107 public repositories matching this topic...
-
Updated
Sep 20, 2021
Feature Description
Now that we have a minimum of go1.16 set, we can use go's embed functionality to embed templates/web assets (css/js), and translations.
Screenshots
No response
Describe the feature or problem you’d like to solve
dev:~$ gh secret encrypt
Paste your secret: *************
✓ Encrypted secret for `org/repository`
QkMFB+vyCCE2yT5j6Tb07doxD2xKHagI2l6AjMuwUkizN7pMGXKBVOj154Pg/hwn0PbPWFvo83z+ir25iw==Proposed solution
Separate the encryption step and make it available as a separate command so that users can easily generate an
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
-
Updated
Oct 10, 2021 - Go
Add basic CI
We already have some scripts in the scripts directory. It would be good to run them for every PR.
This is also a great task for beginners.
## Python/Regex fix
-
Updated
Oct 29, 2021 - Shell
-
Updated
Nov 11, 2021 - Perl
Is your feature request related to a problem? Please describe.
I am using astro's dynamic routing to build up my urls, and it would be really nice if I could add a hidden locale field to my collection so that it appears in the frontmatter. As it stands, it seems the only way to determine a file's locale is from the path/filename, unless I'm missing another option.
**Describe the solutio
-
Updated
Nov 18, 2021 - Vue
-
Updated
Mar 4, 2019
Describe the feature or problem you’d like to solve
Microsoft released Windows Terminal Preview yesterday. It would be nice if GitHub Desktop was able to detect it.
Proposed solution
Adds an option to the shells available to use.
Additional context
N/A
-
Updated
Nov 18, 2021 - JavaScript
-
Updated
Nov 16, 2021 - PHP
Ref #94. It might be better for the output to say something like
added: foo (binary file)
than the current
Binary files /dev/null and b/foo differ
-
Updated
Oct 19, 2021 - Shell
-
Updated
Nov 17, 2021 - JavaScript
alter table player_season_stat_totals add column league_id INT;
alter table player_season_stat_totals drop primary key;
alter table player_season_stat_totals add primary key (player_id, team_id, season_id, season_type_id, league_id);
update player_season_stat_totals set league_id=0;
get error: column <league_id> received nil but is non-nullable
Shouldn't be able to add primary
Replace globby with glob in all commitlint-packages.
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
30 Minutes to Merge: CVARs in Ruby
November 22, 2021 • Online


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