summaryrefslogtreecommitdiffstats
path: root/git.org
diff options
context:
space:
mode:
Diffstat (limited to 'git.org')
-rw-r--r--git.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/git.org b/git.org
index ca7349c..89616eb 100644
--- a/git.org
+++ b/git.org
@@ -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