diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/.gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.gitconfig b/home/.gitconfig index 6f4ba13..8d17ed7 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -10,7 +10,9 @@ a = add -Av st = status diffc = diff --cached + diff-last = diff HEAD~1 HEAD squash-all = "!f(){ git reset $(git commit-tree HEAD^{tree} -m \"${1:-A new start}\");};f" + rebase-last = rebase -i HEAD~5 [push] autoSetupRemote = true [filter "lfs"] |
