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 24,913 public repositories matching this topic...
- Gitea version (or commit ref): 1.13 (Codeberg), 1.15 (try.gitea.io)
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes https://try.gitea.io/30repos (feel free to join this org as admin)
Description
The paging of repos is broken in the user dashboard with (n)*15 repos, n >= 2.
So wi
Describe the bug
When I try to fork a repo and add a new remote, it doesn't add a new remote to my current repository.
gh version 1.4.0 (2020-12-17)
Expected vs actual behavior
I expect to see a fork remote added to my repository, but nothing is added.
Logs
❯ gh repo fork --clone=false --remote=true $(git remote get-url up)
- Forking someorg/somerepo...
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Jun 10, 2021 - Go
Is your feature request related to a problem? Please describe.
I'm using a lot of markdown emoji in my commits message, but in lazygui, the emoji are not parsed.
Describe the solution you'd like
Replace all markdown emoji by it's Unicode equivalent in commits list.
EDIT:
I have found this file that can be useful
-
Updated
Jun 9, 2021 - Shell
-
Updated
Jun 20, 2021 - Perl
Describe the bug
The markdown widget currently defaults to serializing links as autolinks if possible, i.e. [https://example.com](https://example.com)
will be serialized as <https://example.com>
. This is the default behavior of remark-stringify
(and an option to change this behavior only exists in newer versions of remark-stringify
).
Unfortunately, autolinks are [not compatible w
-
Updated
Mar 4, 2019
-
Updated
Jun 22, 2021 - Vue
URL clickable also in description in github Desktop like the title
How will it benefit Desktop and its users?
Save times to not copy/paste
-
Updated
Jun 5, 2021 - PHP
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
May 7, 2021 - Shell
-
Updated
Jun 23, 2021 - JavaScript
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
Jun 23, 2021 - Go
-
Updated
Jun 9, 2021 - JavaScript
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
Replace globby
with glob
in all commitlint-packages.
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
Hello there,
according to the documentation,
bat
is only available for Debian sid.Here is how I installed it successfully on Debian 10 / stable:
sudo apt install ./bat-musl_0.18.1_amd64.deb
i