...
Code Block |
---|
git push origin master
cd ..
git commit -m 'Updated lastest OpenACD' OpenACD
git push origin master-4.2
|
Done. Going forward... you can skip the step git remote add...
and instead of running git checkout -b upstream upstream/master
you can just run git checkout upstream
but the rest of the instructions remain the same.
...