Skip to content

Commit

Permalink
feat: add some git aliase, remove git merge "--no-ff" for squash
Browse files Browse the repository at this point in the history
  • Loading branch information
ndxbn committed Nov 10, 2024
1 parent 7f24f5b commit 90e42d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
[init]
[alias]
logg = log --graph
logl = log --oneline
# ^ (log l)iner
pullupstream = pull upstream master
log1 = log --oneline
logg1 = log --graph --oneline
pullupstream = pull upstream main
subpull = submodule foreach git pull origin master

[merge]
ff = false
[pull]
ff = true
[push]
Expand Down

0 comments on commit 90e42d8

Please sign in to comment.