how can i know changes are pushed on to dev branch code example
Example: how to push changes to branch in git
# push any desired branch to remote
git push -u origin local_branch_name:remote_branch_name
# push any desired branch to remote
git push -u origin local_branch_name:remote_branch_name