-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
50 lines (50 loc) · 1.14 KB
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[user]
name = Erica Moszkowski
email = erica.moszkowski@gmail.com
[github]
emoszkowski
[gitlab]
emoszkowski
[alias]
br = branch
ch = checkout
co = commit
d = difftool
d = difftool -g
dc = difftool
gr = grep
logp = log --graph --all --full-history --color --pretty=format:'%C(yellow)%h%Creset%x09%Cblue%d%Creset %s <%an>'
lg = log --graph --all --full-history --color --abbrev-commit --decorate
m = mergetool --tool=meld
st = status
unstage = reset HEAD
[core]
editor = emacs -nw
trustctime = false
excludesfile = /export/home/rcsguest/rcs_emoszkowski/.gitignore_global
[url "https://"]
insteadOf = git://
pushInsteadOf = git://
[branch]
autosetuprebase = always
[merge]
tool = meld
[mergetool]
prompt = false
[github]
user = emoszkowski
[diff]
tool = meld
guitool = meld
[difftool]
prompt = false
[difftool "meld"]
cmd = meld "$LOCAL" "$REMOTE"
[pull]
rebase = true
[credential "https://github.com"]
helper =
helper = !/usr/local/app/rcs_bin/grid3/envs/rcs_2022.11/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/local/app/rcs_bin/grid3/envs/rcs_2022.11/bin/gh auth git-credential