Skip to content
Snippets Groups Projects
Commit 5e968981 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'lh-changes-git-part-1' into 'develop'

Changes for git part 1

See merge request !126
parents 45b1345b a82aa466
No related branches found
No related tags found
2 merge requests!129[release] Regular merge of develop,!126Changes for git part 1
Pipeline #57259 passed
...@@ -4,17 +4,14 @@ ...@@ -4,17 +4,14 @@
Designed and implemented in 2005 by **Linus Torvalds** Designed and implemented in 2005 by **Linus Torvalds**
<div style="position:relative; left:60%;"> <div align="center">
<img src="slides/img/linus.jpg"> <img src="slides/img/linus.jpg">
</div> </div>
<div style="position:absolute; left:50%;">
[1] *https://en.wikipedia.org/wiki/Git* [1] *https://en.wikipedia.org/wiki/Git*
</div>
<br>
<div class="fragment">
## The inventor of `git` ## The inventor of `git`
...@@ -24,19 +21,18 @@ Designed and implemented in 2005 by **Linus Torvalds** ...@@ -24,19 +21,18 @@ Designed and implemented in 2005 by **Linus Torvalds**
`I'm an egotistical bastard, and I name all my projects after myself. `I'm an egotistical bastard, and I name all my projects after myself.
First Linux, now git.` First Linux, now git.`
Linus Torvald (2007-06-14) Linus Torvalds (2007-06-14)
# What is the use of `git`? # What is the use of `git`?
* Ability to recover old versions <div align="center">
<div style="position:absolute;left:45%;top:75%"> <img src="slides/img/Git-logo.png" height="120">
<img src="slides/img/Git-logo.png">
</div> </div>
<div class="fragment"> * Ability to recover old versions
* No need to fully rewrite text or code; **reuse** and **save time**
* Keep the changes you made over time (**history**) to every single line * Keep the changes you made over time (**history**) to every single line
* Annotate each change with description * Annotate each change with description
* **Backtrack** (if necessary) and undo unwanted changes * **Backtrack** (if necessary) and undo unwanted changes
...@@ -48,6 +44,6 @@ note: ...@@ -48,6 +44,6 @@ note:
Other points to mention: Other points to mention:
* comes from SW development domain with >100 of people contributing to one project * git stems from SW development domain with >100 of people contributing to one project
* git shall not be considered as a nuisance, but as a tool that should help to track and trace the code. * git shall not be considered as a nuisance, but as a tool that should help to track and trace the code.
* git is not to track performance. Not using it shows exactly the opposite. * git is not to track performance. Not using it shows exactly the opposite.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment