aboutsummaryrefslogtreecommitdiff
path: root/git.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'git.wiki')
-rw-r--r--git.wiki3
1 files changed, 3 insertions, 0 deletions
diff --git a/git.wiki b/git.wiki
new file mode 100644
index 0000000..d017103
--- /dev/null
+++ b/git.wiki
@@ -0,0 +1,3 @@
+
+- `git describe --tags <commit>` Which tag is this commit after?
+- `git describe --contains <commit>` Which tag "contains" this commit