33
bahua
6y

My typical development workflow:

$ ssh user@devserver
$ cd /appdir
$ git clone/pull
$ vim file
$ vim another file
$ tail -f /var/log/applog
$ vim file
$ git commit -am 'fixed the glitch'
$ git push origin dev
^D

Comments
  • 0
    Not typical, just legendary
  • 1
    @LastDigitOfPi

    Reminds me of when someone shares a link on FB, and their own comment, the title, and the link description are all the same sentence, but I wind up reading them all anyway, and it makes me feel like a bit of my life has been stolen.
  • 0
    Na, I don’t believe you! You should get stuck at number 4, nobody escapes vim 😉
Add Comment