spacepaste

  1.  
  2. (RPi3B):~ Necktwi$ git branch
  3. RPi3B
  4. * master
  5. (RPi3B):~ Necktwi$ ls -a
  6. . .bash_history-14098.tmp .emacs.d .terminfo
  7. .. .bash_history-14848.tmp .git .tmux
  8. .bash_history .bash_history-27267.tmp .gitconfig .tmux~
  9. .bash_history-01900.tmp .bash_logout .gitignore var
  10. .bash_history-01910.tmp .bash_profile gittest workspace
  11. .bash_history-02026.tmp .bash_profile~ irclogs
  12. .bash_history-02098.tmp .cmake software
  13. .bash_history-02143.tmp .config .ssh
  14. (RPi3B):~ Necktwi$ git checkout RPi3B
  15. Switched to branch 'RPi3B'
  16. Your branch is ahead of 'origin/RPi3B' by 3 commits.
  17. (use "git push" to publish your local commits)
  18. (RPi3B):~ Necktwi$ ls -a
  19. . .bash_history-14098.tmp .emacs.d .ssh
  20. .. .bash_history-14848.tmp .git .terminfo
  21. .bash_history .bash_history-27267.tmp .gitconfig .tmux
  22. .bash_history-01900.tmp .bash_logout .gitignore .tmux~
  23. .bash_history-01910.tmp .bash_profile gittest var
  24. .bash_history-02026.tmp .bash_profile~ irclogs workspace
  25. .bash_history-02098.tmp .cmake .irssi
  26. .bash_history-02143.tmp .config software
  27. (RPi3B):~ Necktwi$ git checkout master
  28. Switched to branch 'master'
  29. Your branch is ahead of 'origin/master' by 1 commit.
  30. (use "git push" to publish your local commits)
  31. (RPi3B):~ Necktwi$ ls -a
  32. . .bash_history-14098.tmp .emacs.d .terminfo
  33. .. .bash_history-14848.tmp .git .tmux
  34. .bash_history .bash_history-27267.tmp .gitconfig .tmux~
  35. .bash_history-01900.tmp .bash_logout .gitignore var
  36. .bash_history-01910.tmp .bash_profile gittest workspace
  37. .bash_history-02026.tmp .bash_profile~ irclogs
  38. .bash_history-02098.tmp .cmake software
  39. .bash_history-02143.tmp .config .ssh
  40.