Skip to content
Snippets Groups Projects
README.md 1.11 KiB
Newer Older
Thomas Koentges's avatar
Thomas Koentges committed
####### Repo for first seminar "Coding for Humanities"
Thomas Koentges's avatar
Thomas Koentges committed

Thomas Koentges's avatar
Thomas Koentges committed
[Slides](https://git.informatik.uni-leipzig.de/introduction-dh/CodingForHumanities1/blob/master/HowToGit.pdf)
Thomas Koentges's avatar
Thomas Koentges committed

### 1st Assignment

* Fork the project
Thomas Koentges's avatar
Thomas Koentges committed
* Clone it to your local machine to a folder of your choice, e.g. `/GitLabProjects/`
* Produce a markdown file describing your expectations about this course that includes at least two headers of different size, a hyperlink, and bullet point list
Thomas Koentges's avatar
Thomas Koentges committed
* Save this markdown file in your local project under the subfolder `/GitLabProjects/ExpectationsStudents/`
* Add the new file to your local repository
* Commit the file to your local repository
* Push the changes to your GitLab repository
Thomas Koentges's avatar
Thomas Koentges committed
* Create a Merge Request and assign it to me: koentges
Thomas Koentges's avatar
Thomas Koentges committed
* Celebrate your first public contribution to a small digital project


#### Help

* How to [clone](https://docs.gitlab.com/ee/gitlab-basics/command-line-commands.html#clone-your-project) a project.
* How to [fork](https://docs.gitlab.com/ce/workflow/forking_workflow.html#creating-a-fork) and send a [merge](https://docs.gitlab.com/ce/workflow/forking_workflow.html#merging-upstream) request.