Skip to content

Git

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

Stage files – Git

To stage files in Git, use the git add command.

Create a .gitignore file – Git

To create a .gitignore file, create a new file in your text editor and save it. In the dialog box that appears, name the file .gitignore.