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,366 public repositories matching this topic...
-
Updated
Nov 28, 2021
- Change git.cmd to RunWithContext (#18693)
cmd.RunInDirTimeoutPipeline,
cmd.RunInDirTimeoutEnvFullPipeline,
cmd.RunInDirFullPipeline,
... - Delete cmd.RunInDir... func()
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
Opening files in unstaged pane - filename includes linenumber, which causes opening files to fail
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
-
Updated
Feb 10, 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
Feb 3, 2022 - Shell
-
Updated
Feb 16, 2022 - Vue
-
Updated
Feb 7, 2022 - Perl
Is your feature request related to a problem? Please describe.
Uploading an image with uploadcare doesn't allow me to set a cdnBase or cdnURL or something similar for custom URLs. When I upload an image it is forcing the company's cdn instead.
Describe the solution you'd like
The settings in config.json should be something like:
media_library: {
name: 'uploadcare
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
-
Updated
Mar 4, 2019
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.
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 18, 2021 - PHP
-
Updated
Feb 16, 2022 - Shell
Describe the bug
To Reproduce
Steps to reproduce the behavior:
input {{query (page-tags myblog)}}
Expected behavior
Don't show block
Desktop (please complete the following information):
- OS: [win10
- Version [0.2.10]
Replace globby with glob in all commitlint-packages.
Dolt currently errors out on the creation of an index that has the same columns, in the same order, as another index. This is a problem for compatibility, as this is allowed by MySQL and required by naïve conversion from other database formats such as Postgres, which treat UNIQUE as a constraint rather than an index type, as MySQL does.
Work items:
- Remove this constraint, e.g. https://g
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
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