wip
This commit is contained in:
parent
91150f5633
commit
e1a315b57e
1 changed files with 0 additions and 2 deletions
|
@ -543,10 +543,8 @@ __git__() {
|
||||||
git add $f
|
git add $f
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git commit -m "${commit_message:-wip}"
|
git commit -m "${commit_message:-wip}"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "${RED}${BOLD}There are changes on the remote branch. Please pull the latest changes first.${NC}"
|
echo "${RED}${BOLD}There are changes on the remote branch. Please pull the latest changes first.${NC}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue