I am still not sure if I am doing this right.#63
I am still not sure if I am doing this right.#63noahcoleman wants to merge 20 commits intoSAIC-ATS:masterfrom
Conversation
Arduino blinks "What has God wrought? in Morse code.
|
First, Then please remove all |
|
I'm sorry, I'm still fuzzy on a lot of this...everything. When I tried to I feel like I'm riding the short bus to coding school. |
|
Hey @noahcoleman, it sounds like your remote repository "upstream" was never set. If you want to verify that, try "git remote -v" which prints out what remote repos you have linked to your local repo. You should probably just see two lines that start with the word "origin" and that have links to your git repo (../noahcoleman/ExperimentalMedia.git). If you want to add a link to the original repository (the one that you forked from), use this command: |
Merge branch 'master' of https://github.com/bakercp/ExperimentalMedia
|
Thank you @mikewesthad. That worked. I really appreciate your help. |
|
didn't know the 'git remote -v' command, very practical. thanks mike! On 28 Sep 2013, at 21:50, Michael Hadley notifications@github.com wrote:
|
Merging some of the stuff I've been working on.