Improvements :-) ...

This commit is contained in:
MorganGeek
2019-12-01 12:01:19 +01:00
parent 60428a5f01
commit 2e67ecc3cb
9 changed files with 89 additions and 23 deletions

View File

@ -218,3 +218,9 @@ function whichfunc() {
whence -v $1
type -a $1
}
# git shortcuts
function gcrb {
branch=$1
git checkout -b $branch origin/$branch
}