Skip to content

October 2019

Unstage files – Git

To unstage a single file in Git, use the git reset HEAD command. To unstage all of your staged files, use the git reset command.

Undo git init – Git

To undo the git init command, you can delete the .git folder.

CSS Grid – CSS

To enable CSS grid on a parent element, add the display property with a value of grid to it.