Advertisement
Daanish

Basic GIT Commands

Aug 27th, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. Basic git commands:
  2.  
  3. git init
  4.  
  5. git add --all
  6.  
  7. git rm files*
  8.  
  9. git commit
  10.  
  11. git push
  12.  
  13. git push origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement