This commit is contained in:
Michael Grote 2021-12-20 13:33:20 +01:00
commit ec90d11f9a

View file

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