forked from Workshops/How-To-Git-Started
added git remote website
This commit is contained in:
parent
eef097fa94
commit
3011604c72
@ -1,11 +1,14 @@
|
|||||||
# How to Git started
|
# How to Git started
|
||||||
|
|
||||||
## Using a GUI
|
## Using a GUI
|
||||||
You can use any GUI for git, the ones we use are Fork and Sourcetree
|
You can use any GUI for git, the ones we use are Fork and Sourcetree <br/>
|
||||||
You can download these at https://www.sourcetreeapp.com/ and https://git-fork.com/
|
You can download these at https://www.sourcetreeapp.com/ and https://git-fork.com/
|
||||||
|
|
||||||
For other GUIs check out https://git-scm.com/downloads/guis/
|
For other GUIs check out https://git-scm.com/downloads/guis/
|
||||||
|
|
||||||
|
Our remote git server is located at https://git.web.rug.nl/ <br/>
|
||||||
|
You can log in with your p-number as password.
|
||||||
|
|
||||||
### Learning objectives
|
### Learning objectives
|
||||||
- Introduction to VCS
|
- Introduction to VCS
|
||||||
- Create new repository
|
- Create new repository
|
||||||
@ -16,7 +19,8 @@ For other GUIs check out https://git-scm.com/downloads/guis/
|
|||||||
- Git pull request
|
- Git pull request
|
||||||
- Branching
|
- Branching
|
||||||
- Merge / Rebase
|
- Merge / Rebase
|
||||||
- Undoing Commits & Changes
|
- Amend commits
|
||||||
|
- Revert and reset
|
||||||
- Tag
|
- Tag
|
||||||
- Log
|
- Log
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user