forked from Workshops/How-To-Git-Started
Line break fix
This commit is contained in:
parent
36b64f53f9
commit
4d34e51352
28
README.md
28
README.md
@ -2,22 +2,18 @@
|
||||
This is the information provided for the git workshop held at the CIT on the 29th of January 2020.
|
||||
|
||||
## Install Git
|
||||
Download git for your operating system at: git-scm.com/downloads
|
||||
Download git for your operating system at: https://git-scm.com/downloads
|
||||
|
||||
## Using a GUI
|
||||
You can use any GUI for git, the one we will be using for this workshop is Sourcetree <br/>
|
||||
Another recommended GUI to use it Fork. <br/>
|
||||
You can download these at https://www.sourcetreeapp.com/ and https://git-fork.com/
|
||||
You can use any GUI for git but to get a deep understanding of git we will use the terminal.
|
||||
For available 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/>
|
||||
Our remote git server is located at https://git.web.rug.nl/
|
||||
You can log in with your usual p-number and password.
|
||||
|
||||
This README has been written in markdown. <br/>
|
||||
To get started see the following cheat sheet: <br/>
|
||||
This README has been written in markdown.
|
||||
To get started see the following cheat sheet:
|
||||
|
||||
Cheatsheets: <br/>
|
||||
Cheatsheets:
|
||||
[Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
|
||||
|
||||
|
||||
@ -167,9 +163,9 @@ git log --graph --oneline
|
||||
|
||||
|
||||
## Resources
|
||||
https://gitexplorer.com/ <br/>
|
||||
https://git-school.github.io/visualizing-git/ <br/>
|
||||
https://education.github.com/git-cheat-sheet-education.pdf <br/>
|
||||
https://gitsheet.wtf/ <br/>
|
||||
https://www.keycdn.com/blog/git-cheat-sheet <br/>
|
||||
https://gitexplorer.com/
|
||||
https://git-school.github.io/visualizing-git/
|
||||
https://education.github.com/git-cheat-sheet-education.pdf
|
||||
https://gitsheet.wtf/
|
||||
https://www.keycdn.com/blog/git-cheat-sheet
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user