Skip to content
Snippets Groups Projects
Commit 740df47a authored by nilsl's avatar nilsl
Browse files

Merge branch 'master' of gitlab.ethz.ch:thealternative/courses

parents 95f7efca 5f3cbe9e
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,12 @@ Download *git* for your operating system from [https://git-scm.com/downloads](ht
---
class: center, middle
# Local workflow with Command Line
---
# Creating a local repository
open your `Git-Bash`
......@@ -113,6 +119,7 @@ nothing added to commit but untracked files present (use "git add" to track)
```
---
# Change something & commit it
so let's follow the advice and do
......@@ -135,15 +142,18 @@ commit 3b5616d1ba962e7a2e4af1f1bdd54f5d65d4e22d (HEAD -> master)
Author: Oscan Openness <oscar@freedom.org>
Date: Sun Jan 12 12:20:28 2020 +0100
add my first file
```
---
class: center, middle
# Remote workflow with Gitlab
---
# Login to gitlab
create an account if you have none
create an account (with switch edu) if you have none
---
......@@ -180,7 +190,7 @@ add an SSH key (optional)
# Add a readme
eplain your project for others and your future self
explain your project for others and your future self
<img src="images/gitlab_add_readme.jpg" width="100%">
......@@ -200,6 +210,12 @@ GPL to allow usage if basic freedom granted to users
---
class: center, middle
# Github Desktop to simplify
---
# Install github desktop
download from https://desktop.github.com/
......@@ -262,7 +278,7 @@ in 30 Minutes we will start with advanced topics.
# Advanced topics
best-practices for commits
best-practices for commits
create branch & merge request
create issue & mention it in commit
use SSH key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment