summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2009-03-28 20:47:53 -0400
committerBrian Cully <bjc@kublai.com>2009-03-28 20:47:53 -0400
commit503fbd98c0be583fc706b30fecea0fb145e3fc2a (patch)
treea7936bd067c410ac9204e9fc88456ae2ad9d9405
parent357c370ff23b22047573efd0dd985a2742be26e6 (diff)
downloaddvcs-git-slides-503fbd98c0be583fc706b30fecea0fb145e3fc2a.tar.gz
dvcs-git-slides-503fbd98c0be583fc706b30fecea0fb145e3fc2a.zip
Add $ref@{N} syntax.
-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