default.txt 181 B

1234567891011
  1. $ echo $EDITOR
  2. vim
  3. $ git checkout master
  4. Switched to branch 'master'
  5. Your branch is up-to-date with 'origin/master'.
  6. $ git push
  7. Everything up-to-date
  8. $ echo 'All
  9. > done!'
  10. All
  11. done!