git add commitê push um comando
# The following command does not add new files, only updated pre-existing ones.
git commit -am "commit all the things" && git push
Precious Panda