amend push - nodef/extra-git GitHub Wiki

Amend current changes and push (inc. submodules). (apush)

Alternatives: amend-push, amend-push-submobules. Similar: commit-push, amend-push, clone-init-submodules.

$ egit amend-push
# Amend and push changes in "wiki" submodule and main repo
$ egit clone-init-submodules nodef/extra-git
$ cd extra-git
$ echo "Web graphs" > README.md
$ echo "web-NotreDame" > wiki/graphs.md
$ egit amend-push