git put

Put all changes for the current branch

Git alias:

put = !git commit --all && git push

Example:

git put

Compare: