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,687 public repositories matching this topic...
-
Updated
Nov 28, 2021
as title
basic support for feeds was added at #569, to get backend information, just look at the 3 related pulls
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
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
Mar 28, 2022 - Go
-
Updated
Mar 26, 2022 - Vue
-
Updated
Mar 21, 2022 - Shell
-
Updated
Mar 8, 2022 - Perl
When writing a new post, changing locale will cause an uncaught type error and the editing form of the post content isn't show up.
To Reproduce
- Setup Netify CMS with i18n enabled.
- Click New button in the index page.
- Change writing locale dropdown from
Writing in EN
to another locale, for example,Writing in FR
- The editing form will disappear, and you w
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
What happened?
incorrect markdown list display
Reproduce the Bug
- Test
- + item
+ item
+ item
Expected Behavior
No response
Screenshots
Desktop Platform Information
Fedora Linux fc35.x86_64, Logseq 6.0.4
Mobile Platform In
-
Updated
Feb 17, 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".
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
Describe the bug you encountered:
The options
--map-syntax
and--ignored-suffix
cannot work together.How to reproduce it:
Prepare a file
foo.demo
in YAML syntax:Use
bat --map-syntax "*.demo:YAML" foo.demo
can print it with YAML syntax highlighting:bat foo.demo \ --map-syntax "