DEV Community

Discussion on: What are your top ten command lines?

Collapse
 
brettimus profile image
Boots

This is fun!

Also lol they're all git and yarn for me:

 168 gits
  38 yarn dev
  31 yarn
  19 gita
  18 yarn repl
  17 git diff
  12 git pull
  11 git log
  10 gpo
  10 git checkout devel
  • gits is my alias for git status
  • gita is my alias for git add all
  • gpo is my alias for pushing to origin
Collapse
 
amejiarosario profile image
Adrian Mejia

Nice!