diff --git a/.bash_extra b/.bash_extra index b5fa250..1e414db 100644 --- a/.bash_extra +++ b/.bash_extra @@ -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