mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-24 18:09:26 -05:00
add git internals book reference
This commit is contained in:
parent
6de8961922
commit
6e1950122e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Agit allows creating pull requests to a target repository by pushing directly to
|
|||
|
||||
## Creating Pull Requests
|
||||
|
||||
Creating a new Pull Request can be done by pushing to the branch of your choice followed by a specific refspec (a location identifier known to Git).
|
||||
Creating a new Pull Request can be done by pushing to the branch of your choice followed by a specific [refspec](https://git-scm.com/book/en/v2/Git-Internals-The-Refspec) (a location identifier known to Git).
|
||||
|
||||
Here is an example:
|
||||
|
||||
|
|
Loading…
Reference in a new issue