Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 885 Bytes

notes.md

File metadata and controls

20 lines (16 loc) · 885 Bytes

$ git push --set-upstream origin TPhtml

thene@DESKTOP-KGLOT7J MINGW64 ~/Google Drive/Code-with-us/FCC-CWU-Site (master) $ git remote origin

thene@DESKTOP-KGLOT7J MINGW64 ~/Google Drive/Code-with-us/FCC-CWU-Site (master) $ git remote -v origin https://github.com/thenewmona/FCC-CWU-Site.git (fetch) origin https://github.com/thenewmona/FCC-CWU-Site.git (push)

thene@DESKTOP-KGLOT7J MINGW64 ~/Google Drive/Code-with-us/FCC-CWU-Site (master) $ git remote add upstream https://github.com/Code-with-Us/FCC-CWU-Site.git

thene@DESKTOP-KGLOT7J MINGW64 ~/Google Drive/Code-with-us/FCC-CWU-Site (master) $ git remote -v origin https://github.com/thenewmona/FCC-CWU-Site.git (fetch) origin https://github.com/thenewmona/FCC-CWU-Site.git (push) upstream https://github.com/Code-with-Us/FCC-CWU-Site.git (fetch) upstream https://github.com/Code-with-Us/FCC-CWU-Site.git (push)