forked from Workshops/How-To-Git-Started
Added Learning objectives
This commit is contained in:
parent
6c4e259b31
commit
893ffff2fc
19
README.md
19
README.md
@ -7,7 +7,24 @@ 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/
|
For other GUIs check out https://git-scm.com/downloads/guis/
|
||||||
|
|
||||||
|
|
||||||
## Set up git
|
### 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
|
||||||
|
|
||||||
|
### Getting started
|
||||||
Set up your git info
|
Set up your git info
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
Loading…
Reference in New Issue
Block a user