gitconfig: More aliases
This commit is contained in:
parent
0f1439f3ce
commit
b61223c452
|
@ -17,11 +17,15 @@
|
||||||
ll = log --oneline --stat
|
ll = log --oneline --stat
|
||||||
ls = log --oneline --decorate
|
ls = log --oneline --decorate
|
||||||
noff = merge --no-ff
|
noff = merge --no-ff
|
||||||
|
rebase-my-fork = !git fetch upstream && git rebase upstream/master
|
||||||
|
remotes = remote -v
|
||||||
staged = diff --staged
|
staged = diff --staged
|
||||||
undo = reset --hard
|
undo = reset --hard
|
||||||
unstage = reset HEAD --
|
unstage = reset HEAD --
|
||||||
wipe = clean -fd
|
wipe = clean -fd
|
||||||
word-diff = diff --word-diff
|
word-diff = diff --word-diff
|
||||||
|
ls = log --oneline --decorate
|
||||||
|
ll = log --oneline --stat
|
||||||
|
|
||||||
# Print the name of the current branch.
|
# Print the name of the current branch.
|
||||||
current-branch = symbolic-ref --short HEAD
|
current-branch = symbolic-ref --short HEAD
|
||||||
|
|
Loading…
Reference in a new issue