Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Exercise 1: Getting familiar with basic git commands
Create a local copy (clone) of this repository: https://github.com/uu-python/particpants
Create a new file YOURNAME.md
Write something about yourself and add your file to the files tracked by git
Commit your changes and give a meaningful log message
Update your local repository by pulling from the remote
Update the remote repository by pushing your local changes
Exercise 2: Contribute to a collaborative project
Create a local copy (clone) of the following project:
https://github.com/uu-python/particpants
Create a new branch "yourname"
Edit the file of your neighbour or someone else (e.g. describe the person, write a message, ...)
Commit your changes and give a meaningful log message
Push your local branch to remote branch with the same name
Switch to the master branch and merge the branch “yourname" into master
Update local master branch (pull)
Update remote master branch (push)
You can’t perform that action at this time.