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,992 public repositories matching this topic...
-
Updated
Nov 28, 2021
Feature Description
Hi,
I'm monitoring my Gitea instance via Prometheus and Grafana.
It would be great to have a string for the current Gitea version and the new one in the metrics to set an Grafana alert for possible new version on it.
Screenshots
No response
Describe the feature or problem you’d like to solve
A number of options have a -L or --limit option with defaults (20 or 30) and can be supplied with a --limit n where n is a positive integer option, e.g.:
gh issue list --state=open --limit=2000 --json=number
However, if the user needs to get a list of all of the open issue numbers they need to either guess how many the
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
Dec 14, 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
Nov 26, 2021 - Shell
-
Updated
Dec 27, 2021 - Vue
-
Updated
Nov 11, 2021 - Perl
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.
-
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
Dec 28, 2021 - JavaScript
-
Updated
Dec 18, 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
Dec 10, 2021 - Shell
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&...¶mN=valueN]. When dbname is "mydb", It works, but not work when dbname is "mydb/feature-branch".
Replace globby with glob in all commitlint-packages.
-
Updated
Dec 28, 2021 - JavaScript
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
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