Skip to content

Commit

Permalink
update gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
BarretRen committed Mar 29, 2024
1 parent 8b17adb commit 8875f65
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions dot/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[user]
name = Barret Ren
email = [email protected]
[branch]
autosetuprebase = always
[core]
Expand Down Expand Up @@ -34,9 +31,17 @@
interactive = auto
status = auto
ui = auto
[init]
defaultBranch = master
[merge]
tool = meld
[mergetool "meld"]
# Choose one of these 2 lines (not both!) explained below.
cmd = meld "$LOCAL" "$MERGED" "$REMOTE" --output "$MERGED"
;cmd = meld"$LOCAL""$BASE""$REMOTE" --output"$MERGED"
[user]
email = [email protected]
name = Barret Ren
; use other config for certain folder
[includeIf "gitdir:~/repos/"]
path = ~/.gitconfig-work

0 comments on commit 8875f65

Please sign in to comment.