Guest User

Untitled

a guest
Apr 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. $ git remote add github-atmos git://github.com/atmos/vlad.git
  2. $ git branch -a
  3. * master
  4. origin/HEAD
  5. origin/master
  6. $ git checkout -b atmos
  7. Switched to a new branch "atmos"
  8. $ git pull github-atmos atmos
  9. error: no such remote ref refs/heads/atmos
  10. fatal: Fetch failure: git://github.com/atmos/vlad.git
  11. $ git branch -a
  12. * atmos
  13. master
  14. origin/HEAD
  15. origin/master
  16. $ git remote
  17. github-atmos
  18. origin
  19. $ git remote show github-atmos
  20. * remote github-atmos
  21. URL: git://github.com/atmos/vlad.git
  22. New remote branches (next fetch will store in remotes/github-atmos)
  23. master
Add Comment
Please, Sign In to add comment