Skip to content

Commit f4352f1

Browse files
committed
Remove unused aliases
1 parent b3a2355 commit f4352f1

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

src/dot_config/git/config

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,12 @@
1616
[alias]
1717
br = branch
1818
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
2119
co = checkout
2220
di = diff --ignore-space-change
23-
gp = grep -n
24-
me = merge
2521
pl = pull
2622
pr = pull --rebase
2723
push-f = push --force-with-lease
28-
rc = rebase --continue
29-
ro = rebase origin
30-
ss = stash save
31-
sp = stash pop
3224
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~
4325
# }}}
4426

4527
# settings {{{

0 commit comments

Comments
 (0)