From 6e1950122eedd6c2d9b788dbfe6a2e1678a6469b Mon Sep 17 00:00:00 2001 From: "Panagiotis \"Ivory\" Vasilopoulos" Date: Sat, 10 Feb 2024 00:24:25 +0100 Subject: [PATCH] add git internals book reference --- docs/user/agit-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/agit-support.md b/docs/user/agit-support.md index 323e2342..4b666893 100644 --- a/docs/user/agit-support.md +++ b/docs/user/agit-support.md @@ -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: