Push is the stage where the changes from the local
repository get moved to the remote repository, once the changes are committed
to the local repository push command will push the changes to the remote
repository.
Changes in local working copy -> Stage -> Commit
-> Push changes to remote repository
The following steps push the changes from the local
repository to the remote repository using Git Bash commands