14 unrec = checkout --patch |
14 unrec = checkout --patch |
15 amend = commit -p --amend |
15 amend = commit -p --amend |
16 st = status -sb |
16 st = status -sb |
17 co = checkout |
17 co = checkout |
18 br = branch |
18 br = branch |
19 brd = diff @{u}.. |
19 brd = diff @{u}... |
20 brf = diff --name-only @{u}.. |
20 brf = diff --name-only @{u}... |
21 staged = diff --cached |
21 staged = diff --cached |
22 unstage = reset HEAD -- |
22 unstage = reset HEAD -- |
23 rollback = reset --soft ^HEAD |
23 rollback = reset --soft ^HEAD |
24 histedit = rebase -i --autosquash --onto @{u}... @{u} |
24 histedit = rebase -i --autosquash --onto @{u}... @{u} |
25 pushf = push --force-with-lease |
25 pushf = push --force-with-lease |