diff options
-rw-r--r-- | git.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -139,6 +139,10 @@ # ~2 is shorthand for ^^ e.g: HEAD~2 (The third most-recent commit on the current branch) +*** $ref@{N} + + Where $ref was N moves ago. You can also specify by date. + ** Sharing commits *** Remotes |