- Learning branching π³
- Effective pull requests and other good practices for teams using GitHub π€
At the end of this project, you are expected to be able to explain to anyone, without the help of Google:
- What is source code management π
- What is Git π§
- What is GitHub π
- What is the difference between Git and GitHub π
- How to create a repository π¦
- What is a README π
- How to write good READMEs π
- How to commit π₯
- How to write helpful commit messages π
- How to push code π€
- How to pull updates π₯
- How to create a branch πΏ
- How to merge branches π³
- How to work as collaborators on a project π€
- Which files should and which files should not appear in your repo π
- A
README.md
file at the root of the repo, containing a description of the repository π - A
README.md
file, at the root of the folder of this project (i.e. git), describing what this project is about π - Do not use GitHubβs web UI, but the command line to perform the exercise (except for operations that can not possibly be done any other way than through the web UI). You wonβt be able to perform many of the task requirements on the web UI, and you should start getting used to the command line for simple tasks because many complex tasks can only be done via the command line. π»
- Your answer files should only contain the command, and nothing else π
If git is not already installed on your terminal:
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install git