Guest User

Untitled

a guest
Jan 19th, 2014
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $ git init
  2. Reinitialized existing Git repository in (blah)
  3. $ git remote add origin (blah2)
  4. fatal: remote origin already exists.
  5. $ git add .
  6. $ git commit -m "first commit"
  7. # On branch master
  8. nothing to commit, working directory clean
  9. $ git push origin master
  10. Everything up-to-date
  11. $
Advertisement
Add Comment
Please, Sign In to add comment