summaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index 216a3c2..e6129f0 100644
--- a/gitconfig
+++ b/gitconfig
@@ -9,8 +9,12 @@
ci = commit
co = checkout
cp = cherry-pick
+ cpx = cherry-pick -x
df = diff
dfc = diff --cached
fp = format-patch
- lg = log -p
+ lg = log --graph
+ lp = log -p
st = status
+[push]
+ default = matching