Skip to content

Commit 729e1fb

Browse files
committedNov 5, 2024
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents ed6f521 + 6e44d2c commit 729e1fb

File tree

3 files changed

+26
-7242
lines changed

3 files changed

+26
-7242
lines changed
 

‎.gitconfig

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cd) %C(bold blue)<%an>%Creset' --abbrev-commit
1414
cherrypick = cherry-pick
1515
cp = cherry-pick
16+
# i'm a merger in dev branches, but a squasher for landing to main.
17+
mergegood = merge --no-ff
1618

1719
# If you do `git git status`, this sorts out the duplicate
1820
git = !exec git

0 commit comments

Comments
 (0)