Pierre-Yves Barriat 9f7e311dfa Update 'project/windows/functions/README.md' vor 7 Jahren
..
branches 69871d9906 Update 'project/windows/branches/README.md' vor 7 Jahren
functions 9f7e311dfa Update 'project/windows/functions/README.md' vor 7 Jahren
issues a2b19c17b0 Updates vor 7 Jahren
pull_master e84f10e48c Update vor 7 Jahren
pull_request fb776259d2 Windows project contents vor 7 Jahren
review fb776259d2 Windows project contents vor 7 Jahren
working_environment f43c362884 Update 'project/windows/working_environment/README.md' vor 7 Jahren
README.md a24be9f3a7 Update 'project/windows/README.md' vor 7 Jahren
branching-website.html 804c73a842 Update HTML & CSS vor 7 Jahren
styles.css 804c73a842 Update HTML & CSS vor 7 Jahren

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