forked from Workshops/How-To-Git-Started
Move Learning objectives up
This commit is contained in:
parent
f36639f86c
commit
6e6334313f
26
README.md
26
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
|
||||
|
Loading…
Reference in New Issue
Block a user