summaryrefslogtreecommitdiffstatshomepage
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index bf50f87..0189ae2 100644
--- a/gitconfig
+++ b/gitconfig
@@ -37,6 +37,8 @@ co = checkout
br = branch
r = reset
cp = cherry-pick
+dev = checkout develop
+main = checkout main
# tweak defaults
grep = grep -Ii
@@ -44,6 +46,7 @@ diff = diff --word-diff
branch = branch -ra
ai = add --interactive
recommit = commit --amend -C HEAD
+redate = rebase --committer-date-is-author-date
# log commands
lg = log --graph --oneline --decorate --all --abbrev-commit