index
:
cli-tools-windows
master
CLI Tools
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
alias
/
g-push.bat
blob: 97b8ef12b4c3cf814b4e1edfea6d5060b615e9f9 (
plain
)
1
2
3
4
:
: Alias for git status
@
echo
off
echo
Pushing branch [101;93m
%1
[0m git push -u origin
%1