We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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"