diff options
Diffstat (limited to 'alias/branchs.bat')
-rw-r--r-- | alias/branchs.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alias/branchs.bat b/alias/branchs.bat new file mode 100644 index 0000000..422f669 --- /dev/null +++ b/alias/branchs.bat @@ -0,0 +1,3 @@ +:: Alias to list current branch +@echo off +git rev-parse --abbrev-ref HEAD
\ No newline at end of file |