# Pastebin cGYboQia git remote -v origin https://github.com/metabrainz/critiquebrainz.git (fetch) origin https://github.com/metabrainz/critiquebrainz.git (push) spellew https://github.com/spellew/critiquebrainz.git (fetch) spellew https://github.com/spellew/critiquebrainz.git (push) upstream git@github.com:amCap1712/critiquebrainz.git (fetch) upstream git@github.com:amCap1712/critiquebrainz.git (push) (venv) amcap1712@amcap1712-HP:~/PycharmProjects/critiquebrainz$ git checkout -b CB-388 origin/CB-388 fatal: 'origin/CB-388' is not a commit and a branch 'CB-388' cannot be created from it (venv) amcap1712@amcap1712-HP:~/PycharmProjects/critiquebrainz$ git checkout origin/CB-388 error: pathspec 'origin/CB-388' did not match any file(s) known to git (venv) amcap1712@amcap1712-HP:~/PycharmProjects/critiquebrainz$ git fetch origin (venv) amcap1712@amcap1712-HP:~/PycharmProjects/critiquebrainz$ git branch -v BU-35 14cd15cb Merge branch 'cb-363-oauthdocs' into master CB-296 35070fc2 Delete --skip-create-db and create_extension CB-351 14cd15cb [behind 49] Merge branch 'cb-363-oauthdocs' into master CB-361 cae4f630 Do not display None if start date not present CB-368 2d319ad4 Add redirect for hidden reviews in Write a Review CB-369 2af2d07b Restrict scope of mocking to particular tests CB-373 15fa59da Handle NoDataFoundException while fetching entity CB-377 14cd15cb Merge branch 'cb-363-oauthdocs' into master CB-380 ab4282cd Make changes to fix CB-380 (venv) amcap1712@amcap1712-HP:~/PycharmProjects/critiquebrainz$ git reset origin --hard HEAD is now at 572a1e45 Disable no-self-use only in the file where it caused warnings (venv) amcap1712@amcap1712-HP:~/PycharmProjects/critiquebrainz$ git push upstream-f fatal: 'upstream-f' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. (venv) amcap1712@amcap1712-HP:~/PycharmProjects/critiquebrainz$ git push upstream -f Total 0 (delta 0), reused 0 (delta 0) To github.com:amCap1712/critiquebrainz.git + 14a255e7...572a1e45 CB-388 -> CB-388 (forced update)