Pierre-Yves Barriat ec9e48debd Try to convert bash to batch 2 years ago
..
branches 96cd433a9f Fix broken links 2 years ago
functions 96cd433a9f Fix broken links 2 years ago
issues 0a323dd739 Update 'project/windows/issues/README.md' 6 years ago
pull_master 96cd433a9f Fix broken links 2 years ago
pull_request 8d4c0ccbdc Update 'project/windows/pull_request/README.md' 6 years ago
review b009fc3e71 Update 'project/windows/review/README.md' 6 years ago
working_environment ec9e48debd Try to convert bash to batch 2 years ago
README.md 96cd433a9f Fix broken links 2 years ago
branching-website.html 24c24aee2f Update original files 6 years ago
styles.css 24c24aee2f Update original files 6 years ago

README.md

Git tutorial - session

We are going to do some exercises in this dummy project.

It is very simple, only consists in a HTML file and a CSS file and you will have to write some style definitions there. In the end the idea is to get a big HTML file with many <div> parts, each one in a different style.

In this tutorial you will learn how to make commits in the Git project, to create several branches, to push things to GitHub, and to follow a standard procedure to develop collaboratively. Afterwards, you should apply the same methods to any other collaborative development inside your department. The objectives will be achieved gradually following these topics:

  1. Set up your working environment
  2. Prepare issues
  3. Prepare branches
  4. Add new content
  5. Create pull request
  6. Review and test others' branches
  7. Pull master changes