Update amend to set the current date on the commit.

This commit is contained in:
Blaine Schmeisser 2015-07-12 13:16:26 -07:00
parent 9d75c20787
commit f908cc9b8f
2 changed files with 1 additions and 1 deletions

1
bin/git-ca Executable file
View file

@ -0,0 +1 @@
git commit --amend -v --date=$(date +%Y-%m-%dT%H:%M:%S)

View file

@ -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