From 6e6334313f53024772b8e00407d7a0fed758209e Mon Sep 17 00:00:00 2001 From: Bastian Date: Wed, 8 Jan 2020 17:01:45 +0100 Subject: [PATCH] Move Learning objectives up --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ca0d326..482aec0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,19 @@ You can download these at https://www.sourcetreeapp.com/ and https://git-fork.co For other GUIs check out https://git-scm.com/downloads/guis/ +### Learning objectives +- Introduction to VCS +- Create new repository +- Git ignore file +- Staging +- Committing +- Git push +- Git pull request +- Branching +- Merge / Rebase +- Undoing Commits & Changes +- Tag ? +- Log ? ### Assignments Assignment 1: Create a repository @@ -68,19 +81,6 @@ Assignment 8: Undo commit Check the logs -### Learning objectives -- Introduction to VCS -- Create new repository -- Git ignore file -- Staging -- Committing -- Git push -- Git pull request -- Branching -- Merge / Rebase -- Undoing Commits & Changes -- Tag ? -- Log ? ## Using the terminal