Sylvain Marchi a33353857b Modified run.sh script which now supports Dutch. | 3 роки тому | |
---|---|---|
.. | ||
linux | 3 роки тому | |
windows | 6 роки тому | |
README.md | 6 роки тому |
We are going to do some exercises in this dummy project.
We're going to learn what Git and GitHub are, how to set up a project, track changes, push code to GitHub, clone projects back down from GitHub into a local Git repository through your Git client (e.g. using TortoiseGit or GitBash), and even publish websites on GitHub Pages.
The act of making multiple copies of the same code in the same project. Usually in order to do different things with the same code base, or to allow multiple people to work on the same code at the same time.