@charrett Oh my goodness! I tried to do a puzzle that involved a bunch of kittens, grass and daisies the other day, and gave up after 2 minutes of sorting grass. I applaud your stamina!
Hey folks, I'll be speaking at #TestJSSummit on Jan 28-29 on #contracttesting with @pact_up. Join me and a bunch of great speakers and get up to date with #JavaScript#testing best practices. πͺ
15% discount: https://t.co/hKlbw51dFw
Lineup: https://t.co/u6fpUyARZO
Dear god, how have I spent 15 years in IT without learning about `git checkout -` to go back to the previous branch?!?!? Why is this not on every git cheat sheet ever?! <sits there typing `git checkout -` 10 times in a row just to make up for lost time>
@liran_tal@royeeshemesh I have my shortcuts as bash aliases because I'm too lazy to type "git ". π
alias g='git status'
alias gcm='git commit -m '
alias gcom='git checkout master'
etc.