Files
2021-04-07 19:25:18 -04: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!