Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • isi/isi-formation-git
1 result
Show changes
Commits on Source (2)
[![CC BY 4.0][cc-by-shield]][cc-by]
[![CC BY SA 4.0][cc-by-sa-shield]][cc-by-sa]
# ISI - formation Git
......@@ -140,5 +140,5 @@ Found a bug or have a question? Please open an [issue](https://forge.ird.fr/mive
This work is licensed under a [Creative Commons Attribution 4.0 International License][cc-by].
[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
[cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY%20SA%204.0-lightgrey.svg
File added
File added
<iframe id="iframepdf" src="../../lectures/isi_intro.pdf" frameborder="0" width="640" height="480" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
......@@ -2,4 +2,6 @@ This time the training will be held in room Badiane at Agropolis International (
The address is:
1000 avenue Agropolis,
34090 Montpellier
\ No newline at end of file
34090 Montpellier
![](pages/images/badiane.png)
\ No newline at end of file
<iframe id="iframepdf" src="../../../lectures/pptx/git_2023.pdf" frameborder="0" width="640" height="480" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<iframe id="iframepdf" src="../../../lectures/git_2024.pdf" frameborder="0" width="640" height="480" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
Git is a widely used system (both in academia and industry) for version
controlling files and collaborating on code. It is used to track changes in
......
docs/pages/images/badiane.png

2.36 MiB

docs/pages/images/git.png

4.11 KiB | W: 0px | H: 0px

docs/pages/images/git.png

3.93 KiB | W: 0px | H: 0px

docs/pages/images/git.png
docs/pages/images/git.png
docs/pages/images/git.png
docs/pages/images/git.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -88,7 +88,8 @@ extra:
# page tree
nav:
- Home: index.md
- Git tutorial:
- About this course: pages/about.md
- Git tutorial:
- Introduction: pages/git/git-1-introduction.md
- Setup: pages/git/git-setup.md
- Creating a git repository: pages/git/git-2-creating-repositories.md
......@@ -99,7 +100,13 @@ nav:
- Tagging commits: pages/git/git-6-tags.md
- Working remotly: pages/git/git-7-working-remotely.md
- Conflict: pages/git/git-8-conflicts.md
- License: pages/git/license.md
- La forge IRD: pages/git/git-7-forge-ird.md
- Graphical Interface:
- RStudio: pages/git/git-9-rstudio.md
- VScode: pages/git/git-9-vscode.md
- Exercices: pages/git/git-9-exercices.md
- Wrap-up:
- License: pages/git/license.md
- Extra material: pages/git/git-9-extra-material.md
- Cheat sheet:
- Git Cheat sheet: pages/cheat_sheet/git/git.md
......