bash: gcb
This commit is contained in:
parent
5564632a77
commit
70bcce00bb
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue