Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. git init
  2. git add .
  3. git commit -m "First commit"
  4. git remote add origin remote `repository URL`
  5. git remote -v
  6. git push origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement