aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/git2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/git b/doc/git
new file mode 100644
index 0000000..1205d00
--- /dev/null
+++ b/doc/git
@@ -0,0 +1,2 @@
1undo last commit: git reset HEAD~
2diff two branches: git diff branch1 branch2 path/to/file
..