mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 03:03:58 +02:00
Remove previously helpful aliases
This commit is contained in:
parent
e18ac728c8
commit
0f813a76a5
1 changed files with 0 additions and 7 deletions
|
@ -31,13 +31,6 @@
|
|||
diffdir = difftool --dir-diff
|
||||
graph = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)'
|
||||
last = log --walk-reflogs --date=relative --format=format:'%C(yellow)%h%C(reset) %C(white)%gd%C(reset) %gs %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)'
|
||||
|
||||
stage = add
|
||||
unstage = reset -q HEAD --
|
||||
|
||||
discard = checkout --
|
||||
uncommit = reset --mixed HEAD~
|
||||
amend = commit --amend
|
||||
[diff]
|
||||
compactionHeuristic = true
|
||||
indentHeuristic = true
|
||||
|
|
Loading…
Add table
Reference in a new issue