πŸ”₯ git add --intent-to-add will track a file without adding any of it’s contents. This is helpful if you use git add -p to review changes before adding them

← Prev

πŸ”₯ CSS Grid in 45 minutes. A video of my talk at Laracon is now live!

Next β†’

πŸ”₯ Did you know CSS has a turn unit? It’s often easier to turn something rotate(0.75turn) instead of doing the math to rotate(270deg)