#bash
Read more stories on Hashnode
Articles with this tag
Almost every new project seems to start with the same thing: $ mkdir new-project $ cd new-project In a GUI we would be stuck; but in the command...
I will admit I'm currently a bit of a complete terminal rat. I use Neovim daily inside of tmux. My tests are run from the terminal. I use git from the...
So there I am, following along in the tutorial (as one does to learn). I get to the step, they tell me: "Just run this command and you'll be done!" $...
If you're anything like me, when you use command line git, you find yourself looking at something like this more than you'd care to admit: $ gi...