Added random-commit git alias

This commit is contained in:
Jonathan Hodgson 2018-01-05 15:59:36 +00:00
parent 0ea8fe25f1
commit 10db9233f8

View file

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