-
Notifications
You must be signed in to change notification settings - Fork 1
commit push
Subhajit Sahu edited this page Feb 19, 2022
·
2 revisions
Commit current changes and push (inc. submodules). (cpush)
Alternatives: commit-push, commit-push-submobules.
Similar: commit-push, amend-push, clone-init-submodules.
$ egit commit-push <message>
# $GIT_COMMIT_PREFIX: prefix for commit messages
# Commit and push changes in "wiki" submodule and main repo
$ egit clone-init-submodules nodef/extra-git
$ cd extra-git
$ echo "# MTX Market" > README.md
$ echo "web-Stanford" > wiki/graphs.md
$ egit commit-push "updated graphs"