summaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2021-03-10 23:52:44 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2021-03-11 01:40:32 +0100
commit482d934645a19e3b5001acfe50c83afb2158758d (patch)
treef1a5fdc7c91d644efb2715afdf7b46d486f134f2 /gitconfig
parent4c50d469e2fabb5beeb46ce9d1850ff1a28b1960 (diff)
downloaddotfiles-482d934645a19e3b5001acfe50c83afb2158758d.tar.xz
gitconfig: add cherry-pick -x alias
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