Added git co alias
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
e918596757
commit
843e1c6d20
@ -61,6 +61,9 @@ git() {
|
||||
elif [ "$1" = "commit" ]; then # Sign all commits
|
||||
shift
|
||||
_git commit -s $@
|
||||
elif [ "$1" = "co" ]; then # Sign all commits
|
||||
shift
|
||||
_git checkout -b $@
|
||||
else
|
||||
_git $@
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user