This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## To start a project: | |
Navigate to a desired directory and make a new directory for your project: | |
```shell | |
cd ~/<your-projects-directory> | |
mkdir <first-project-name> | |
``` | |
Change into your new directory and create a Git repository with a `.gitignore` file: |