0
0
Fork 0
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:
Panagiotis "Ivory" Vasilopoulos 2024-02-10 00:24:25 +01:00 committed by Earl Warren
parent 6de8961922
commit 6e1950122e

View file

@ -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: