Pierre-Yves Barriat d107e045bf Update 'project/windows/README.md' %!s(int64=8) %!d(string=hai) anos
..
branches 69871d9906 Update 'project/windows/branches/README.md' %!s(int64=8) %!d(string=hai) anos
functions a2b19c17b0 Updates %!s(int64=8) %!d(string=hai) anos
issues a2b19c17b0 Updates %!s(int64=8) %!d(string=hai) anos
pull_master e84f10e48c Update %!s(int64=8) %!d(string=hai) anos
pull_request fb776259d2 Windows project contents %!s(int64=8) %!d(string=hai) anos
review fb776259d2 Windows project contents %!s(int64=8) %!d(string=hai) anos
working_environment f43c362884 Update 'project/windows/working_environment/README.md' %!s(int64=8) %!d(string=hai) anos
README.md d107e045bf Update 'project/windows/README.md' %!s(int64=8) %!d(string=hai) anos
branching-website.html e84f10e48c Update %!s(int64=8) %!d(string=hai) anos
styles.css fb776259d2 Windows project contents %!s(int64=8) %!d(string=hai) anos

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 enhance the functionality of the script with functions to say 'Hello' in different languages:

CSS Colors

In this tutorial you will learn how to make commits in the Git project, to create several branches, to push things to Gogs, and to follow a standard procedure to develop collaboratively. Afterwards, you should apply the same methods to any other collaborative development inside the ELIC 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 functions
  5. Create pull request
  6. Review and test others' branches
  7. Pull master changes