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,793 public repositories matching this topic...
-
Updated
Nov 28, 2021
cmd/web.go:158:runWeb() [W] Table project_issue has column sorting but struct has not related field
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
Is your feature request related to a problem? Please describe.
When creating a custom command by following docs/Custom_Command_Keybindings.md
there's no way to have a confirmation popup appear saying e.g. 'Are you sure you want to delete all files?'.
Describe the solution you'd like
We should add a 'confirm' prompt type alongside 'input' and 'menu' in `pkg/gui/services/custom_comman
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
Apr 4, 2022 - Go
-
Updated
Apr 7, 2022 - Vue
-
Updated
Mar 21, 2022 - Shell
-
Updated
Apr 7, 2022 - Perl
Describe the bug
I have setup i18n in a single_file, need to test some feature, but I'll need a specific setup, but I encounter an issue while testing that.
Folder collection does work very good, but when I'm trying to save a single_file, I got the following error.
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'get')
Screenshots
ht
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.
Consider the following table:
dsimple> create table t(val char(3));
dsimple> insert into t values ('dasdsa');
string is too large for column
Dolt should add to the error message the name of the offending column like mysql
mysql> insert into t values ('dasdsa');
ERROR 1406 (22001): Data too long for column 'val' at row 1
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
Describe the bug you encountered:
Step to reproduce:
Here is the result in my machine:
What did you expect to happen instead?
No error
**How did you install