12 lines
181 B
Text
12 lines
181 B
Text
|
$ 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!
|