bash: gcb

This commit is contained in:
Michael Grote 2021-12-16 19:46:21 +01:00
parent 5564632a77
commit 70bcce00bb

View file

@ -134,7 +134,10 @@ function gcm {
# übergibt alle argumente an git commit -m als commit nachricht # übergibt alle argumente an git commit -m als commit nachricht
git commit -m "$*" git commit -m "$*"
} }
function gcb {
# git checkout -b lokalername origin/remotename
git checkout -b $1 origin/$1
}
### Aliase ### Aliase