Tuesday, May 27, 2014

using github


  1. create local folder with files
  2. create github repository
  3. git clone https://github.com/username/project.git
  4. git add .
  5. git commit -m 'Initial Commit'
  6. git remote add origin  https://github.com/username/project.git
  7. git push origin master

No comments:

Post a Comment