diff --git a/git_gitlab_course/git.html b/git_gitlab_course/git.html index 1c542fefc28840118da3663037f0b6706a082f10..f8a4272cf341949ff2330f907a9e39d8ccdc3b4b 100644 --- a/git_gitlab_course/git.html +++ b/git_gitlab_course/git.html @@ -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