Advertisement
lamiastella

git branch -a

Sep 26th, 2020
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. (base) mona@mona:~/research/3danimals/SMALViewer$ git pull .
  2. From .
  3. * branch HEAD -> FETCH_HEAD
  4. Already up to date.
  5. (base) mona@mona:~/research/3danimals/SMALViewer$ git checkout dev_renders
  6. error: pathspec 'dev_renders' did not match any file(s) known to git
  7. (base) mona@mona:~/research/3danimals/SMALViewer$ git branch -a
  8. * master
  9. remotes/origin/HEAD -> origin/master
  10. remotes/origin/master
  11. (base) mona@mona:~/research/3danimals/SMALViewer$ git checkout master
  12. Already on 'master'
  13. Your branch is up to date with 'origin/master'.
  14. (base) mona@mona:~/research/3danimals/SMALViewer$ git pull .
  15. From .
  16. * branch HEAD -> FETCH_HEAD
  17. Already up to date.
  18. (base) mona@mona:~/research/3danimals/SMALViewer$ git branch -a
  19. * master
  20. remotes/origin/HEAD -> origin/master
  21. remotes/origin/master
  22. (base) mona@mona:~/research/3danimals/SMALViewer$ ls
  23. total 96K
  24. -rw-rw-r-- 1 mona mona 1.9K Sep 21 23:15 README.md
  25. -rw-rw-r-- 1 mona mona 35K Sep 21 23:15 LICENSE
  26. -rw-rw-r-- 1 mona mona 73 Sep 21 23:15 .gitmodules
  27. -rw-rw-r-- 1 mona mona 1.2K Sep 21 23:15 .gitignore
  28. drwxrwxr-x 2 mona mona 4.0K Sep 21 23:15 docs
  29. -rw-rw-r-- 1 mona mona 11K Sep 21 23:15 pyqt_viewer.py
  30. -rw-rw-r-- 1 mona mona 276 Sep 21 23:15 smal_viewer.py
  31. drwxrwxr-x 2 mona mona 4.0K Sep 21 23:21 __pycache__
  32. drwxrwxr-x 3 mona mona 4.0K Sep 21 23:21 controls
  33. drwxrwxr-x 3 mona mona 4.0K Sep 21 23:31 SMPL
  34. drwxrwxr-x 3 mona mona 4.0K Sep 21 23:39 smal
  35. drwxrwxr-x 8 mona mona 4.0K Sep 21 23:39 .
  36. drwxrwxr-x 9 mona mona 4.0K Sep 23 18:36 ..
  37. drwxrwxr-x 9 mona mona 4.0K Sep 26 19:44 .git
  38. (base) mona@mona:~/research/3danimals/SMALViewer$
  39.  
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement