-
Notifications
You must be signed in to change notification settings - Fork 2
2. Git & GitHub
Yaniv Carmel edited this page Apr 4, 2022
·
21 revisions
In this section, you'll install git, a software for version control (managing changes in software code). Then, you'll create a repository in GitHub, a git-based platform to store your project.
- Download & install git.
- Create a github.com user.
- When collaborating, one member should create a new repository, or fork a given repository if you were given one.
- That person should invite their partner, by going to the repository's settings -> collaborators -> add people.
Let's make our first contribution to the project. For now, we'll work directly from the GitHub website. We'll add a .gitignore file. This file allows us to specify what files within our project directory should be ignored (not uploaded to GitHub).
- Download .gitignore and upload it to your repository (using "upload files").