Update README.md

When using  `git push origin production` I receive the following error, however, when I update it to `git push origin master` it is working as expected. So my suggested change is to change it from 'production' to 'master'. 

"error: src refspec production does not match any.
error: failed to push some refs to 'https://github.com/vulongtran/control-repo'"
This commit is contained in:
Vu Long Tran 2020-10-29 12:49:56 +08:00 committed by GitHub
parent 5fd7099181
commit 70331f6975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ To get started with using the control-repo template in your own environment and
1. Add your internal repository as the origin remote: 1. Add your internal repository as the origin remote:
* `git remote add origin <url of your github repository>` * `git remote add origin <url of your github repository>`
1. Push the production branch of the repository from your machine up to your git server 1. Push the production branch of the repository from your machine up to your git server
* `git push origin production` * `git push origin master`
## Code Manager Setup ## Code Manager Setup