Added random-commit git alias

Jonathan Hodgson 6 years ago
parent 0ea8fe25f1
commit 10db9233f8
  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