Files
2019-09-29 19:47:00 -05:00

12 lines
181 B
Plaintext
Vendored

$ echo $EDITOR
vim
$ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
$ git push
Everything up-to-date
$ echo 'All
> done!'
All
done!