Skip to content

Commit

Permalink
chages
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Mar 26, 2020
1 parent a5a29e7 commit c905365
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@

[alias]
dry2 = "!f() { grep -q 'changed in both' < $(git merge-tree $(git merge-base FETCH_HEAD $1) $1 FETCH_HEAD) && echo 'Merge conflict detected' || echo 'Merged cleanly'; }; f"

dry = "!f() { git merge-tree `git merge-base $2 $1` $2 $1; }; f"
rshw = remote show
rprn = remote prune

[push]
default = current
[user]
name = Charles Doutriaux
email = [email protected]

[color]
ui = auto
[url "git:https://uv-cdat.llnl.gov/windfield.git"]
insteadof = http:https://uv-cdat.llnl.gov/git/windfield.git
name = Charles Doutriaux
[http]
sslBackend = schannel
sslVerify = false

[core]
autocrlf = false

0 comments on commit c905365

Please sign in to comment.