Pierre-Yves Barriat fb776259d2 Windows project contents 7 роки тому
..
branches fb776259d2 Windows project contents 7 роки тому
functions fb776259d2 Windows project contents 7 роки тому
gogs_issues fb776259d2 Windows project contents 7 роки тому
pull_master fb776259d2 Windows project contents 7 роки тому
pull_request fb776259d2 Windows project contents 7 роки тому
review fb776259d2 Windows project contents 7 роки тому
working_environment fb776259d2 Windows project contents 7 роки тому
README.md fb776259d2 Windows project contents 7 роки тому
branching-website.html fb776259d2 Windows project contents 7 роки тому
styles.css fb776259d2 Windows project contents 7 роки тому

README.md

Git tutorial - session

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

It is very simple, only consists in a couple of files written in bash and you will have to write some functions there. In the end the idea is to enhance the functionality of the script with functions to say 'Hello' in different languages:

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 on Gogs
  3. Prepare branches
  4. Add new functions
  5. Create pull request
  6. Review and test others' branches
  7. Pull master changes