Skip to content

amend push

Subhajit Sahu edited this page Feb 19, 2022 · 2 revisions

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


Clone this wiki locally