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:
parent
5fd7099181
commit
70331f6975
@ -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:
|
||||
* `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
|
||||
* `git push origin production`
|
||||
* `git push origin master`
|
||||
|
||||
## Code Manager Setup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user