Skip to content

Git

Git is a version control system that you can use to back up snapshots of your code.

GitHub Desktop Basics

Learn the basics of using GitHub Desktop in this course from Simple Dev.

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.