Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. git init
  2.  
  3. git add .
  4.  
  5. git status
  6.  
  7. git commit -m "Committing Files - Message"
  8.  
  9. git remote add origin <url to your git repo.git>
  10.  
  11. git push -u origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement