Commit 68088a46dbfc742afbe60c97741e18a20fbbc212
Add gm alias that renames a git branch
Author: xaizek
Author date (UTC): 2021-06-26 17:59
Committer name: xaizek
Committer date (UTC): 2021-06-26 17:59
Parent(s): c6bc27f958ed74c983bea275cfbadd9febc3dc46
Signing key: 99DC5E4DB05F6BE2
Tree: a18f580fb679b0d61174eef6badabcb5f5b7172d
| File |
Lines added |
Lines deleted |
| bashrc |
3 |
0 |
| File bashrc changed (mode: 100644) (index ccb394b..f834dfc) |
| ... |
... |
alias gu='git add -u' |
| 127 |
127 |
# show list of branches |
# show list of branches |
| 128 |
128 |
alias gb='git branch' |
alias gb='git branch' |
| 129 |
129 |
|
|
|
130 |
|
# rename a branch |
|
131 |
|
alias gm='git branch --move' |
|
132 |
|
|
| 130 |
133 |
# make a commit |
# make a commit |
| 131 |
134 |
function gc() |
function gc() |
| 132 |
135 |
{ |
{ |