1 parent b3a2355 commit f4352f1Copy full SHA for f4352f1
1 file changed
src/dot_config/git/config
@@ -16,30 +16,12 @@
16
[alias]
17
br = branch
18
ci = commit
19
- cim = !"git commit --template=$(for i in $(git --rev-parse --show-toplevel)/git-co-authors.txt ${HOME}/git-co-authors.txt; do [ -f $i ] && echo $i && break; done)"
20
- ch = cherry-pick
21
co = checkout
22
di = diff --ignore-space-change
23
- gp = grep -n
24
- me = merge
25
pl = pull
26
pr = pull --rebase
27
push-f = push --force-with-lease
28
- rc = rebase --continue
29
- ro = rebase origin
30
- ss = stash save
31
- sp = stash pop
32
st = status
33
- wd = diff --ignore-space-change --word-diff
34
-
35
- branches = branch -a
36
- remotes = remote -v
37
- stashes = stash list
38
- tags = tag
39
40
- unstage = reset -q HEAD --
41
- discard = checkout --
42
- uncommit = reset --mixed HEAD~
43
# }}}
44
45
# settings {{{
0 commit comments