git add commit push one command

C++
# The following command does not add new files, only updated pre-existing ones.
git commit -am "commit all the things" && git push
Source

Also in C++: