Deepak
or sign in to get started
FriendFeed
Ruby for Bioinformatics: Deepak posted a message
“Silly question ... lets say you clone a git project (using the public clone url) into a local repo. Later you fork the same project on github and you want to pull in that into a local repo (I'm actually thinking of deleting the original clone repo locally). Would that create any issues.”
September 7 at 7:23 pm - Link
do you mean delete your original local repository and clone from your new fork or pulling changes from the fork into your original local repo? Both of those should be possible. - John Duff
The former ... just didn't want to do anything that would break something, which come to think of it is a silly question, since that's kind of the point of a DVCS - Deepak