Advertisement
Guest User

Untitled

a guest
Sep 5th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Owner@Owner-PC MINGW64 /
  2. $ cd c:/xampp/htdocs/memory3
  3.  
  4. Owner@Owner-PC MINGW64 /c/xampp/htdocs/memory3 (master)
  5. $ git init
  6. Reinitialized existing Git repository in C:/xampp/htdocs/Memory3/.git/
  7.  
  8. Owner@Owner-PC MINGW64 /c/xampp/htdocs/memory3 (master)
  9. $ git remote add origin https://*@bitbucket.org/*/*.git
  10.  
  11. Owner@Owner-PC MINGW64 /c/xampp/htdocs/memory3 (master)
  12. $ git add *
  13.  
  14. Owner@Owner-PC MINGW64 /c/xampp/htdocs/memory3 (master)
  15. $ git commit -m 'Initial'
  16. On branch master
  17. nothing to commit, working tree clean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement