Monday 15 March 2010

GitHub git remote add origin git@github.com:username/ProjectName a one time process? -


If I have two GIT projects with two different projects on my machine then

I can manage code in this type of two directories

  / foo1 $ git to add remote git@github.com: username / ProjectName-1 / foo2 $ git Remote add original git @ github Com: username / projectName -2  

Is it being stored in the system or in the GIT config file?

In each repository (project), the .git / config file Is stored in.

Yes You are doing the right thing by adding different remote repositories


No comments:

Post a Comment