Add the -v
flag to commit --amend
.
This allows us to always see things we are going to commit, even if we are amending.
This commit is contained in:
parent
bca5bdfd9e
commit
55fca47954
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
aa = add --all
|
aa = add --all
|
||||||
ap = add --patch
|
ap = add --patch
|
||||||
branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
|
branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
|
||||||
ca = commit --amend
|
ca = commit --amend -v
|
||||||
ci = commit -v
|
ci = commit -v
|
||||||
co = checkout
|
co = checkout
|
||||||
co-pr = !sh -c 'git fetch origin pull/$1/head:pr/$1 && git checkout pr/$1' -
|
co-pr = !sh -c 'git fetch origin pull/$1/head:pr/$1 && git checkout pr/$1' -
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue