Skip to content

Diff of Git

Changes between revision 3 - add command and revision 4 - add command
--- Git
+++ Git
@@ -20,12 +20,13 @@
 
  * remove branch [[[#!Vim bash
 git branch -d <branch-name>
 ]]]
 
  * merge target branch to current branch [[[#!Vim bash
 git merget <target-branch-name>
 ]]]
 
  * show current branch name [[[#!Vim bash
+git branch
 git branch --show-current
 ]]]