|
@@ -2,9 +2,9 @@
|
|
|
|
|
|
## Git cheat sheet
|
|
## Git cheat sheet
|
|
|
|
|
|
-- [git-cheat-sheet.pdf](https://www.elic.ucl.ac.be/TECLIM/Git_Training/src/master/resources/git-cheat-sheet.pdf)
|
|
|
|
-- [git-refcard.pdf](https://www.elic.ucl.ac.be/TECLIM/Git_Training/src/master/resources/git-refcard.pdf)
|
|
|
|
-- [github-git-cheat-sheet.pdf](https://www.elic.ucl.ac.be/TECLIM/Git_Training/src/master/resources/github-git-cheat-sheet.pdf)
|
|
|
|
|
|
+- [git-cheat-sheet.pdf](https://gogs.elic.ucl.ac.be/TECLIM/Git_Training/src/master/resources/git-cheat-sheet.pdf)
|
|
|
|
+- [git-refcard.pdf](https://gogs.elic.ucl.ac.be/TECLIM/Git_Training/src/master/resources/git-refcard.pdf)
|
|
|
|
+- [github-git-cheat-sheet.pdf](https://gogs.elic.ucl.ac.be/TECLIM/Git_Training/src/master/resources/github-git-cheat-sheet.pdf)
|
|
|
|
|
|
## Git for Windows or Mac OS X
|
|
## Git for Windows or Mac OS X
|
|
|
|
|
|
@@ -30,9 +30,9 @@ Setup of Git GUI’s: download and install TortoiseGit from [tortoisegit.org](ht
|
|
|
|
|
|
|||
|
|
|||
|
|
| -------- | -------- |
|
|
| -------- | -------- |
|
|
-| ![Git-Bash-A.png](https://www.elic.ucl.ac.be/TECLIM/Git_Training/raw/master/resources/1.png) | ![Git-Bash-B.png](https://www.elic.ucl.ac.be/TECLIM/Git_Training/raw/master/resources/2.png) |
|
|
|
|
-|![Git-Bash-C.png](https://www.elic.ucl.ac.be/TECLIM/Git_Training/raw/master/resources/3.png)|![Git-Bash-D.png](https://www.elic.ucl.ac.be/TECLIM/Git_Training/raw/master/resources/4.png)
|
|
|
|
-|![Git-Bash-E.png](https://www.elic.ucl.ac.be/TECLIM/Git_Training/raw/master/resources/5.png)||
|
|
|
|
|
|
+| ![Git-Bash-A.png](https://gogs.elic.ucl.ac.be/TECLIM/Git_Training/raw/master/resources/1.png) | ![Git-Bash-B.png](https://www.elic.ucl.ac.be/TECLIM/Git_Training/raw/master/resources/2.png) |
|
|
|
|
+|![Git-Bash-C.png](https://gogs.elic.ucl.ac.be/TECLIM/Git_Training/raw/master/resources/3.png)|![Git-Bash-D.png](https://www.elic.ucl.ac.be/TECLIM/Git_Training/raw/master/resources/4.png)
|
|
|
|
+|![Git-Bash-E.png](https://gogs.elic.ucl.ac.be/TECLIM/Git_Training/raw/master/resources/5.png)||
|
|
|
|
|
|
### Mac OS X
|
|
### Mac OS X
|
|
|
|
|
|
@@ -46,4 +46,4 @@ Now, open a terminal and use Git as you do on Linux...
|
|
|
|
|
|
Here are a few commands that you may not know yet, or that offer options you haven’t been aware of so far.
|
|
Here are a few commands that you may not know yet, or that offer options you haven’t been aware of so far.
|
|
|
|
|
|
-[Tricky commands](https://www.elic.ucl.ac.be/TECLIM/Git_Training/src/master/resources/tricky.md)
|
|
|
|
|
|
+[Tricky commands](https://gogs.elic.ucl.ac.be/TECLIM/Git_Training/src/master/resources/tricky.md)
|