I know this is probably a stupid question, but what is the exact command to push changes to a remote repository?
If the remote repo is: https://github.com/Project/Example.git
The Branch is: development
and the local folder is: CPRender
I've tried: git push https://github.com/Project/Example.git development
This did not work.