-
Notifications
You must be signed in to change notification settings - Fork 0
Github
Alexandre Kabla edited this page Feb 25, 2014
·
5 revisions
Repository created on Github
On computer, create folder Magnets
git init
git remote add origin https://github.com/akabla/Magnets.git
git pull origin master
then should be ready to work on the files.
git add filename
git commit -m "Informative comment"
or
git commit -a -m "Informative comment"
git push origin master
git remote add bitbucket https://akabla@bitbucket.org/teammagnets/magnets.git