Update amend to set the current date on the commit.
This commit is contained in:
parent
9d75c20787
commit
f908cc9b8f
2 changed files with 1 additions and 1 deletions
1
bin/git-ca
Executable file
1
bin/git-ca
Executable file
|
@ -0,0 +1 @@
|
|||
git commit --amend -v --date=$(date +%Y-%m-%dT%H:%M:%S)
|
|
@ -8,7 +8,6 @@
|
|||
aa = add --all
|
||||
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
|
||||
ca = commit --amend -v
|
||||
ci = commit -v
|
||||
co = checkout
|
||||
st = status
|
||||
|
|
Loading…
Add table
Reference in a new issue