Navigate into git repo (contributing step 4)
Closed this issue · 0 comments
jack-morrison commented
Existing:
#. Point your master branch to track upstream::
$ git remote add olcf https://github.com/olcf/olcf-user-docs.git
$ git fetch olcf
$ git branch --set-upstream-to=olcf/master
Should change to:
#. Point your master branch to track upstream::
$ cd olcf-user-docs
$ git remote add olcf https://github.com/olcf/olcf-user-docs.git
$ git fetch olcf
$ git branch --set-upstream-to=olcf/master