From 70331f69752d0343053c3fc94ee4bbec0c8d49ef Mon Sep 17 00:00:00 2001 From: Vu Long Tran Date: Thu, 29 Oct 2020 12:49:56 +0800 Subject: [PATCH] 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'" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01940ae..73cc0a3 100644 --- a/README.md +++ b/README.md @@ -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 ` 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