Created
August 29, 2022 06:21
-
-
Save MParvin/08e72fa0040fa08c90f584042167e15b to your computer and use it in GitHub Desktop.
My git shortcuts
This file contains hidden or 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] | |
email = MyMail | |
name = Mohammad Parvin | |
[alias] | |
a = add | |
b = branch | |
s = status | |
c = clone | |
i = init | |
p = push | |
d = diff | |
aa = add -A | |
co = checkout | |
cm = commit -m | |
pu = pull origin | |
pum = pull origin main | |
pus = pull origin stage | |
pud = pull origin develop | |
po = push origin | |
pou = push -u origin | |
pom = push origin main | |
pod = push origin dev | |
pos = push origin stage | |
pog = push origin gh-pages | |
cma = commit -a -m | |
rao = remote add origin | |
[diff] | |
tool = bc | |
[difftool] | |
prompt = false | |
bc = trustExitCode | |
[merge] | |
tool = bc | |
[mergetool] | |
bc = trustExitCode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment