Added instruction to resolve 'failed to push some refs' error#18
Added instruction to resolve 'failed to push some refs' error#18
Conversation
|
Sure, that looks good. You can actually to a git pull origin master before you even make changes to the clone repo. |
|
Sure will add that also |
|
If you want I can do it myself because I use the "add upstream" command which works a bit different. I actually didn't even need to create a separate branch to work locally. You can see this post here: https://nearsoft.com/blog/how-to-synchronize-your-github-fork/ If any one follows all the direction in the Get_Started.md it should be fine. The only thing I neglected to put down is how you update your clone repository (local on on computer) with the remote one (the fork one). Cheers. |
Okay. You can make the changes. |
I have added command line instructions to resolve this error. @Pau-lo , can you please confirm if this is the right thing to do. If it is, I will merge the PR