[cs631apue] bmake.git

jphillip jphillip at stevens.edu
Sat Nov 24 11:34:01 EST 2012


I think there is a typo in the lecture slides where we set up git 
(slide 47).  It reads:
git remote add origin ~/git/bmake.git

but it should be:
git remote add origin ~/git/sws.git

Unfortunately I ran the command in the slides using bmake.git so I 
would get a bmake directory when running 'git clone ...' instead of sws. 
I was able to use the following commands to remove the old origin and 
add the correct one.

jphillip at eva:~/Final$ git remote rm origin
jphillip at eva:~/Final$ git remote add origin ~/git/sws.git

hope this helps.

Justin


More information about the cs631apue mailing list