Skip to content
git logo

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 9,727 public repositories matching this topic...

gogs
ssbarnea
ssbarnea commented Jul 8, 2019

One common use case for project maintainers is to update a broken pull request which was made by someone else.

Hub should be able to help maintainers doing the following steps:

  • grab a pull request
  • update the pull request (rebase or other change)
  • update the pull request (aka pushing it)
brandonkal
brandonkal commented Nov 6, 2019

Description

Gitea should document this. It is noticeably missing here. It is not in the app.ini file either.

try.gitea.com has a login with GitHub button in the UI, so it should be possible.

Edit: I see it is possible via settings. This should be mentioned on the corresponding doc pages.

DanielHabenicht
DanielHabenicht commented Aug 28, 2019

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

jalopezcar
jalopezcar commented Aug 31, 2019

After tracking a new file with git-lfs inside a subdirectory,

$ cd subdir && git lfs track myFile

the .gitattribute file is created inside the subdir and all the git hooks scripts are copied to core.hooksPath. The problem is when you are using a relative path in core.hooksPath (ex: .githooks), because they are copied to the current subdirectory

$ ls subdir/
	.gitattribut
iamnewton
iamnewton commented Feb 21, 2017

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

Learn about git

Organization
git
Website
git-scm.com
Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.