Skip to main content

.gitconfig

windows


[user]

name = LORD of NJ
email = `buildthenmarket@gmail.com`


[safe]
directory = '*'
directory = C:/DEV/BehariLLC

[alias]

#branch
co = checkout
cob = checkout -b
del = branch -D

#repo url
rso = remote show origin

s = status
lg = log --color --graph --pretty=format:'%d%Creset %s - %C(bold blue)%an <%ae>%Creset %C(bold green)(%cr)%Creset' --abbrev-commit --date=relative
l = log --color --graph --pretty=format:'%n%C(bold blue)%an <%ae>%Creset%n %C(bold green)(%cr)%Creset %n %C(bold white)%h%Creset -%C(bold green)%d%Creset %s' --abbrev-commit --date=relative
ll = log --color --graph --pretty=format:'%C(bold white)%H %d%Creset%n%s%n%+b%C(bold blue)%an <%ae>%Creset %C(bold green)%cr (%ci)' --abbrev-commit
lll = log --stat --abbrev-commit
del = branch -D
psu = push --set-upstream # push with setting upstream
[core]
autocrlf = true
[http]
postBuffer = 1048576000
lowSpeedLimit = 0
lowSpeedTime = 999999