Added random-commit git alias

master
Jonathan Hodgson 6 years ago
parent 6a8c750937
commit 815a82f8f7
  1. 2
      gitconfig

@ -15,6 +15,8 @@
detach = "!git checkout $(git rev-parse HEAD)"
undo = reset --soft HEAD^
random-commit = "!git commit -m \"$(w3m whatthecommit.com | head -n 1)\""
[filter "lfs"]
process = git-lfs filter-process
required = true

Loading…
Cancel
Save