projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* .config/git/config: Add f alias for fetch.
[~bandali/configs]
/
.config
/
git
/
config
diff --git
a/.config/git/config
b/.config/git/config
index
afa03c0
..
fd440a6
100644
(file)
--- a/
.config/git/config
+++ b/
.config/git/config
@@
-23,9
+23,11
@@
a = add
s = status
sl = status --long
a = add
s = status
sl = status --long
+ l = log
c = checkout
cb = checkout -b
b = branch
c = checkout
cb = checkout -b
b = branch
+ f = fetch
r = rebase
p = pull
pr = pull --rebase
r = rebase
p = pull
pr = pull --rebase