Added random-commit git alias
This commit is contained in:
parent
6a8c750937
commit
815a82f8f7
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
detach = "!git checkout $(git rev-parse HEAD)"
|
detach = "!git checkout $(git rev-parse HEAD)"
|
||||||
undo = reset --soft HEAD^
|
undo = reset --soft HEAD^
|
||||||
|
|
||||||
|
random-commit = "!git commit -m \"$(w3m whatthecommit.com | head -n 1)\""
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue