Skip to content

Commit

Permalink
Update amend to set the current date on the commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaine Schmeisser committed Jul 12, 2015
1 parent 9d75c20 commit f908cc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions bin/git-ca
@@ -0,0 +1 @@
git commit --amend -v --date=$(date +%Y-%m-%dT%H:%M:%S)
1 change: 0 additions & 1 deletion gitconfig
Expand Up @@ -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
Expand Down

0 comments on commit f908cc9

Please sign in to comment.