From 0d7b6a8162cd6dc062e17c02fe5902f0a03719dc Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Thu, 19 Sep 2019 10:34:50 +0200 Subject: [PATCH] moving slides into folder --- .../best_practices.md | 0 branches.md => 2019-01-24_gitTraining/branches.md | 0 cloneRepo.md => 2019-01-24_gitTraining/cloneRepo.md | 0 .../configuration.md | 0 .../essential_commands.md | 0 forks.md => 2019-01-24_gitTraining/forks.md | 0 .../github_gitlab.md | 0 homework.md => 2019-01-24_gitTraining/homework.md | 0 .../img}/Git-Logo-Black.png | Bin .../img}/branch-commit.png | Bin .../img}/branch-create.png | Bin .../img}/branch-master.png | Bin .../img}/branch-merge.png | Bin {img => 2019-01-24_gitTraining/img}/bulb.png | Bin .../img}/fork-crossed.png | Bin {img => 2019-01-24_gitTraining/img}/fork.jpg | Bin .../img}/git_definition.png | Bin {img => 2019-01-24_gitTraining/img}/github_app.png | Bin .../img}/graffle/branch-i-state.graffle | Bin .../img}/graffle/fork.graffle/data.plist | Bin .../img}/graffle/fork.graffle/image1.tiff | Bin .../img}/graffle/fork.graffle/image2.tiff | Bin .../img}/icon-live-demo.png | Bin .../img}/installation.png | Bin {img => 2019-01-24_gitTraining/img}/linus.jpg | Bin {img => 2019-01-24_gitTraining/img}/logoLCSB.png | Bin .../img}/r3-training-logo.png | Bin .../img}/sbgBackgroundWhite.jpg | Bin {img => 2019-01-24_gitTraining/img}/whiteBG.jpg | Bin index.md => 2019-01-24_gitTraining/index.md | 0 .../installation.md | 0 merge.md => 2019-01-24_gitTraining/merge.md | 0 overview.md => 2019-01-24_gitTraining/overview.md | 0 syncFork.md => 2019-01-24_gitTraining/syncFork.md | 0 thanks.md => 2019-01-24_gitTraining/thanks.md | 0 .../the_editor.md | 0 .../the_terminal.md | 0 .../what_is_git.md | 0 38 files changed, 0 insertions(+), 0 deletions(-) rename best_practices.md => 2019-01-24_gitTraining/best_practices.md (100%) rename branches.md => 2019-01-24_gitTraining/branches.md (100%) rename cloneRepo.md => 2019-01-24_gitTraining/cloneRepo.md (100%) rename configuration.md => 2019-01-24_gitTraining/configuration.md (100%) rename essential_commands.md => 2019-01-24_gitTraining/essential_commands.md (100%) rename forks.md => 2019-01-24_gitTraining/forks.md (100%) rename github_gitlab.md => 2019-01-24_gitTraining/github_gitlab.md (100%) rename homework.md => 2019-01-24_gitTraining/homework.md (100%) rename {img => 2019-01-24_gitTraining/img}/Git-Logo-Black.png (100%) rename {img => 2019-01-24_gitTraining/img}/branch-commit.png (100%) rename {img => 2019-01-24_gitTraining/img}/branch-create.png (100%) rename {img => 2019-01-24_gitTraining/img}/branch-master.png (100%) rename {img => 2019-01-24_gitTraining/img}/branch-merge.png (100%) rename {img => 2019-01-24_gitTraining/img}/bulb.png (100%) rename {img => 2019-01-24_gitTraining/img}/fork-crossed.png (100%) rename {img => 2019-01-24_gitTraining/img}/fork.jpg (100%) rename {img => 2019-01-24_gitTraining/img}/git_definition.png (100%) rename {img => 2019-01-24_gitTraining/img}/github_app.png (100%) rename {img => 2019-01-24_gitTraining/img}/graffle/branch-i-state.graffle (100%) rename {img => 2019-01-24_gitTraining/img}/graffle/fork.graffle/data.plist (100%) rename {img => 2019-01-24_gitTraining/img}/graffle/fork.graffle/image1.tiff (100%) rename {img => 2019-01-24_gitTraining/img}/graffle/fork.graffle/image2.tiff (100%) rename {img => 2019-01-24_gitTraining/img}/icon-live-demo.png (100%) rename {img => 2019-01-24_gitTraining/img}/installation.png (100%) rename {img => 2019-01-24_gitTraining/img}/linus.jpg (100%) rename {img => 2019-01-24_gitTraining/img}/logoLCSB.png (100%) rename {img => 2019-01-24_gitTraining/img}/r3-training-logo.png (100%) rename {img => 2019-01-24_gitTraining/img}/sbgBackgroundWhite.jpg (100%) rename {img => 2019-01-24_gitTraining/img}/whiteBG.jpg (100%) rename index.md => 2019-01-24_gitTraining/index.md (100%) rename installation.md => 2019-01-24_gitTraining/installation.md (100%) rename merge.md => 2019-01-24_gitTraining/merge.md (100%) rename overview.md => 2019-01-24_gitTraining/overview.md (100%) rename syncFork.md => 2019-01-24_gitTraining/syncFork.md (100%) rename thanks.md => 2019-01-24_gitTraining/thanks.md (100%) rename the_editor.md => 2019-01-24_gitTraining/the_editor.md (100%) rename the_terminal.md => 2019-01-24_gitTraining/the_terminal.md (100%) rename what_is_git.md => 2019-01-24_gitTraining/what_is_git.md (100%) diff --git a/best_practices.md b/2019-01-24_gitTraining/best_practices.md similarity index 100% rename from best_practices.md rename to 2019-01-24_gitTraining/best_practices.md diff --git a/branches.md b/2019-01-24_gitTraining/branches.md similarity index 100% rename from branches.md rename to 2019-01-24_gitTraining/branches.md diff --git a/cloneRepo.md b/2019-01-24_gitTraining/cloneRepo.md similarity index 100% rename from cloneRepo.md rename to 2019-01-24_gitTraining/cloneRepo.md diff --git a/configuration.md b/2019-01-24_gitTraining/configuration.md similarity index 100% rename from configuration.md rename to 2019-01-24_gitTraining/configuration.md diff --git a/essential_commands.md b/2019-01-24_gitTraining/essential_commands.md similarity index 100% rename from essential_commands.md rename to 2019-01-24_gitTraining/essential_commands.md diff --git a/forks.md b/2019-01-24_gitTraining/forks.md similarity index 100% rename from forks.md rename to 2019-01-24_gitTraining/forks.md diff --git a/github_gitlab.md b/2019-01-24_gitTraining/github_gitlab.md similarity index 100% rename from github_gitlab.md rename to 2019-01-24_gitTraining/github_gitlab.md diff --git a/homework.md b/2019-01-24_gitTraining/homework.md similarity index 100% rename from homework.md rename to 2019-01-24_gitTraining/homework.md diff --git a/img/Git-Logo-Black.png b/2019-01-24_gitTraining/img/Git-Logo-Black.png similarity index 100% rename from img/Git-Logo-Black.png rename to 2019-01-24_gitTraining/img/Git-Logo-Black.png diff --git a/img/branch-commit.png b/2019-01-24_gitTraining/img/branch-commit.png similarity index 100% rename from img/branch-commit.png rename to 2019-01-24_gitTraining/img/branch-commit.png diff --git a/img/branch-create.png b/2019-01-24_gitTraining/img/branch-create.png similarity index 100% rename from img/branch-create.png rename to 2019-01-24_gitTraining/img/branch-create.png diff --git a/img/branch-master.png b/2019-01-24_gitTraining/img/branch-master.png similarity index 100% rename from img/branch-master.png rename to 2019-01-24_gitTraining/img/branch-master.png diff --git a/img/branch-merge.png b/2019-01-24_gitTraining/img/branch-merge.png similarity index 100% rename from img/branch-merge.png rename to 2019-01-24_gitTraining/img/branch-merge.png diff --git a/img/bulb.png b/2019-01-24_gitTraining/img/bulb.png similarity index 100% rename from img/bulb.png rename to 2019-01-24_gitTraining/img/bulb.png diff --git a/img/fork-crossed.png b/2019-01-24_gitTraining/img/fork-crossed.png similarity index 100% rename from img/fork-crossed.png rename to 2019-01-24_gitTraining/img/fork-crossed.png diff --git a/img/fork.jpg b/2019-01-24_gitTraining/img/fork.jpg similarity index 100% rename from img/fork.jpg rename to 2019-01-24_gitTraining/img/fork.jpg diff --git a/img/git_definition.png b/2019-01-24_gitTraining/img/git_definition.png similarity index 100% rename from img/git_definition.png rename to 2019-01-24_gitTraining/img/git_definition.png diff --git a/img/github_app.png b/2019-01-24_gitTraining/img/github_app.png similarity index 100% rename from img/github_app.png rename to 2019-01-24_gitTraining/img/github_app.png diff --git a/img/graffle/branch-i-state.graffle b/2019-01-24_gitTraining/img/graffle/branch-i-state.graffle similarity index 100% rename from img/graffle/branch-i-state.graffle rename to 2019-01-24_gitTraining/img/graffle/branch-i-state.graffle diff --git a/img/graffle/fork.graffle/data.plist b/2019-01-24_gitTraining/img/graffle/fork.graffle/data.plist similarity index 100% rename from img/graffle/fork.graffle/data.plist rename to 2019-01-24_gitTraining/img/graffle/fork.graffle/data.plist diff --git a/img/graffle/fork.graffle/image1.tiff b/2019-01-24_gitTraining/img/graffle/fork.graffle/image1.tiff similarity index 100% rename from img/graffle/fork.graffle/image1.tiff rename to 2019-01-24_gitTraining/img/graffle/fork.graffle/image1.tiff diff --git a/img/graffle/fork.graffle/image2.tiff b/2019-01-24_gitTraining/img/graffle/fork.graffle/image2.tiff similarity index 100% rename from img/graffle/fork.graffle/image2.tiff rename to 2019-01-24_gitTraining/img/graffle/fork.graffle/image2.tiff diff --git a/img/icon-live-demo.png b/2019-01-24_gitTraining/img/icon-live-demo.png similarity index 100% rename from img/icon-live-demo.png rename to 2019-01-24_gitTraining/img/icon-live-demo.png diff --git a/img/installation.png b/2019-01-24_gitTraining/img/installation.png similarity index 100% rename from img/installation.png rename to 2019-01-24_gitTraining/img/installation.png diff --git a/img/linus.jpg b/2019-01-24_gitTraining/img/linus.jpg similarity index 100% rename from img/linus.jpg rename to 2019-01-24_gitTraining/img/linus.jpg diff --git a/img/logoLCSB.png b/2019-01-24_gitTraining/img/logoLCSB.png similarity index 100% rename from img/logoLCSB.png rename to 2019-01-24_gitTraining/img/logoLCSB.png diff --git a/img/r3-training-logo.png b/2019-01-24_gitTraining/img/r3-training-logo.png similarity index 100% rename from img/r3-training-logo.png rename to 2019-01-24_gitTraining/img/r3-training-logo.png diff --git a/img/sbgBackgroundWhite.jpg b/2019-01-24_gitTraining/img/sbgBackgroundWhite.jpg similarity index 100% rename from img/sbgBackgroundWhite.jpg rename to 2019-01-24_gitTraining/img/sbgBackgroundWhite.jpg diff --git a/img/whiteBG.jpg b/2019-01-24_gitTraining/img/whiteBG.jpg similarity index 100% rename from img/whiteBG.jpg rename to 2019-01-24_gitTraining/img/whiteBG.jpg diff --git a/index.md b/2019-01-24_gitTraining/index.md similarity index 100% rename from index.md rename to 2019-01-24_gitTraining/index.md diff --git a/installation.md b/2019-01-24_gitTraining/installation.md similarity index 100% rename from installation.md rename to 2019-01-24_gitTraining/installation.md diff --git a/merge.md b/2019-01-24_gitTraining/merge.md similarity index 100% rename from merge.md rename to 2019-01-24_gitTraining/merge.md diff --git a/overview.md b/2019-01-24_gitTraining/overview.md similarity index 100% rename from overview.md rename to 2019-01-24_gitTraining/overview.md diff --git a/syncFork.md b/2019-01-24_gitTraining/syncFork.md similarity index 100% rename from syncFork.md rename to 2019-01-24_gitTraining/syncFork.md diff --git a/thanks.md b/2019-01-24_gitTraining/thanks.md similarity index 100% rename from thanks.md rename to 2019-01-24_gitTraining/thanks.md diff --git a/the_editor.md b/2019-01-24_gitTraining/the_editor.md similarity index 100% rename from the_editor.md rename to 2019-01-24_gitTraining/the_editor.md diff --git a/the_terminal.md b/2019-01-24_gitTraining/the_terminal.md similarity index 100% rename from the_terminal.md rename to 2019-01-24_gitTraining/the_terminal.md diff --git a/what_is_git.md b/2019-01-24_gitTraining/what_is_git.md similarity index 100% rename from what_is_git.md rename to 2019-01-24_gitTraining/what_is_git.md -- GitLab