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 33,198 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
When a workflow only has one job, the hint at the end of gh run view should prefill the job ID in the suggested gh run view invocation.
In other words, instead of:
For more information about a job, try: gh run view --job=<job-id>
We would print:
For more information about a job, try: gh run view --job=123456789
For workflows with more than one job, the behavio
Is your feature request related to a problem? Please describe.
I'm used to using git diff, where I have to do f and b to scroll up/down whole pages.
I'd like to scroll up/down the main panel multiple pages in the same way for the same reason.
Describe the solution you'd like
I tried Ctrl-PgUp/Down and Shift-etc and they did not work. Could these be u
-
Updated
Jan 13, 2022 - 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
Jan 10, 2022 - Shell
-
Updated
Jan 23, 2022 - Perl
-
Updated
Jan 24, 2022 - Vue
-
Updated
Mar 4, 2019
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
Plenty of people make use of pnpm for their projects, and it would not be a hard feature to implement so I don't think that it would be a bad idea to add a flag to use pnpm as the package manager, just as there is one already for yarn.
-
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
Jan 23, 2022 - Shell
Replace globby with glob in all commitlint-packages.
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".
-
Updated
Jan 25, 2022 - JavaScript
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
GitHub Community AMA with Mishmanners
January 28, 2022 • Online
GitHub Security Twitter Space
Feb 2 - 3, 2022 • Online
30 Minutes to Merge: Find bugs in your code with CodeQL
February 16, 2022 • Online
Aprenda en una hora: Contenedores y Docker con Azure
February 16, 2022 • Online
Open-Source Software, его поддержка, устойчивость и GitHub
February 22, 2022 • 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