Created
August 28, 2018 08:37
-
-
Save vsakaria/d4de106faba15c6d9d0af96bff1603fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Vishal Sakaria | |
email = [email protected] | |
[credential] | |
helper = osxkeychain | |
[color] | |
ui = true | |
[filter "media"] | |
clean = git-media-clean %f | |
smudge = git-media-smudge %f | |
[url "https://"] | |
insteadOf = git:// | |
[push] | |
default = current | |
[http] | |
postBuffer = 524288000 | |
[alias] | |
logbm = log --pretty=oneline --abbrev-commit master.. | |
logbd = log --pretty=oneline --abbrev-commit develop.. | |
prune = fetch --prune origin | |
fpl = push --force-with-lease | |
co = checkout | |
c = commit -m | |
a = add | |
b = branch | |
s = status | |
p = push | |
d = diff | |
pl = pull | |
ps = push | |
pr = push -u origin | |
dr = push origin --delete | |
l = log | |
pom = push origin master | |
pod = push origin develop | |
md = merge develop | |
bc = checkout -b | |
[filter "lfs"] | |
process = git-lfs filter-process | |
required = true | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment