
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Linus Torvalds
- Released April 7, 2005
Here are 9,470 public repositories matching this topic...
- Gitea version (or commit ref): 1.9.3
- Git version: 2.23.0
- Operating system: Linux
- Database (use
[x]
):- [ x] PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- [ x] Not relevant
- Log gist:
Description
The configuration parameter "ALLOW_ONLY_EXTERNAL_REGISTRATION
Most commonly used git tips and tricks.
-
Updated
Oct 16, 2019 - 368 commits
- JavaScript
As mentioned in @sharkdp's comment on issue #651, the order in which things show up in --help
was intended to be "most useful"/"most frequently used" first.
As @sharkdp also pointed out in his comment, some of the entries need to be moved to bring --help
back in line with its intended ordering scheme.
I'm opening this is
Is your feature request related to a problem? Please describe.
It would be cool if e.g. pressing 1 focused the status panel, 2 focused the files panel, etc.
GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
-
Updated
Oct 15, 2019 - 1 commits
- Shell
Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada:
-
Updated
Oct 16, 2019 - 512 commits
- Perl
🥡 Git recipes in Chinese by Zhongyi Tong. 高质量的Git中文教程.
-
Updated
Oct 16, 2019 - 116 commits
Open software engineering platform and fun adventure game
-
Updated
Oct 16, 2019 - 16 commits
- PHP
Is your feature request related to a problem? Please describe.
I have the following field structure:
- label: English
name: en
widget: object
fields:
- {label: Title , name: title, widget: string}
- {label: Body, name: body, widget: markdown}
- label: Spanish
name: es
widget: object
fields:
A tool for developing, distributing and collaborating over reusbale components. Easily share code across projects as a team.
-
Updated
Oct 16, 2019 - 4 commits
- TypeScript
The easiest way to use git. On any platform. Anywhere.
-
Updated
Oct 16, 2019 - 3 commits
- JavaScript
Add some docs for the new metrics added in #7257.
New plugin motivation
In Azure DevOps semantic release has to be triggered via a normal bash command, also npm install must be run before, environment variables have to be set up...
In order to make semantic release work for a broader range of application, e.g. non-npm based and make use of service connection instead of environment variables it would be cool to have an Azure DevOps Pipeli
.gitattributes
tools.tgz filter=lfs diff=lfs merge=lfs -text
git status
On branch master
Your branch is ahead of 'kuvaldini/master' by 1 commit.
(use "git push" to publish your local commits)
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: Dockerfile
汇总java生态圈常用技术框架、开源中间件,系统架构、数据库、大公司架构案例、常用三方类库、项目管理、线上问题排查、个人成长、思考等知识
-
Updated
Oct 16, 2019 - 248 commits
Reproduction steps
Visit https://libgit2.org/libgit2/#HEAD. Look for git_repository_set_refdb
. It is not present, nor are any of the functions I checked from include/git2/sys/repository.h
.
Version of libgit2 (release number or SHA1)
Whatever the website is at as of Sep 6, 2019. (Perhaps the website should provide a sha indicating what HEAD is?)
🍅冲出你的窗口,Git镜像、Clone 及AWS下载加速、FREE SS/SSR/VMESS、WireGuard配置分享、IPFS、暗网等其他资源存储库
-
Updated
Oct 16, 2019 - 592 commits
- C++
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
- who? - who wrote the p
Recall what you did on the last working day. Psst! or be nosy and find what someone else in your team did ;-)
-
Updated
Oct 16, 2019 - 138 commits
- Shell
Started on default port 3000, chose another port for both HTTP Port and Application URL. After pressing "Install Gogs" it redirected to the URL with the new port, but nobody listens there. It still listens on port 3000. I need to restart the app for the change of port to take effect.