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 34,651 public repositories matching this topic...
the user should have an api to delete his own account
you just have to look at
https://github.com/go-gitea/gitea/blob/a7f0ce620774be861f11b57d426ab59e27e4171a/routers/api/v1/admin/user.go#L307-L320
Describe the feature or problem you’d like to solve
A number of options have a -L or --limit option with defaults (20 or 30) and can be supplied with a --limit n where n is a positive integer option, e.g.:
gh issue list --state=open --limit=2000 --json=number
However, if the user needs to get a list of all of the open issue numbers they need to either guess how many the
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
A command-line tool that makes git easier to use with GitHub.
-
Updated
Apr 4, 2022 - Go
Wiki.js | A modern and powerful wiki app built on Node.js
-
Updated
Jun 28, 2022 - Vue
Good-lookin' diffs. Actually… nah… The best-lookin' diffs.
-
Updated
Jun 18, 2022 - Perl
GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
-
Updated
Jun 26, 2022 - Shell
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
What happened?
I click next button after maximizing the image, it switches to the first image instead of next right image.
Reproduce the Bug
- Insert multiple images
- View the second image in
maximizemode - Press
nextorpreviousbutton to switch image
Expected Behavior
No response
Screenshots

than the current
Binary files /dev/null and b/foo differ
-
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.
Effective June 1, 2021: Phabricator is no longer actively maintained.
-
Updated
Jun 14, 2022 - PHP
Replace globby with glob in all commitlint-packages.
Pretty, minimal and fast ZSH prompt
-
Updated
Jun 14, 2022 - Shell
-
Updated
Jun 28, 2022 - JavaScript
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
Octogatos Conf22 Call for Papers
April - September 2022 • Virtual
Aprenda en 30 minutos: GitHub Actions
Jun 28 - 29, 2022 • Online
Security at the Speed of GitHub
June 29, 2022 • Online
Git Merge 2022
Sep 14 - 15, 2022 • Chicago, IL



Describe the bug you encountered:
I set
--paging=alwaysin my~/.config/bat/configfile. Then I can turn paging off by issuing the long optionbat --paging=never. However neitherbat -Porbat -ppwork.Note: this issue may affect also other short options, but I have tried only these ones.
**What did you expect to happe