Use tabs instead of spaces to be consistent with style guide
parent
4115c3a732
commit
45c15470bd
|
|
@ -197,9 +197,9 @@ function gdv() {
|
||||||
|
|
||||||
function gcom() {
|
function gcom() {
|
||||||
if git branch | grep -q main; then
|
if git branch | grep -q main; then
|
||||||
git checkout main
|
git checkout main
|
||||||
else
|
else
|
||||||
git checkout master
|
git checkout master
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue