Move Learning objectives up

This commit is contained in:
Bastian 2020-01-08 17:01:45 +01:00
parent f36639f86c
commit 6e6334313f
1 changed files with 13 additions and 13 deletions

View File

@ -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