Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. git reset --hard
  2. git remote rm
  3.  
  4. git init
  5. git remote add origin <repository_https_url_from_bitbucket>
  6. git add README.md
  7. git add .gitignore
  8. git commit -m “init”
  9. git add .
  10. git commit -m “test tasks”
  11. git push -u origin --all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement