Change git p so it doesn't fetch submodules

main
Buddy Sandidge 10 years ago
parent 08fb929646
commit ca6658440d

@ -24,7 +24,7 @@
st = status -sb
dm = diff master
dmcw = diff master --color-words
p = !git fetch --all && git fetch --tags && git pull && git submodule update
p = !git fetch --all
sup = submodule update
com = checkout master
cod = checkout develop

Loading…
Cancel
Save