Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R3
school
courses
Commits
5e968981
Commit
5e968981
authored
2 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Plain Diff
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
,
!126
Changes for git part 1
Pipeline
#57259
passed
2 years ago
Stage: retrieve
Stage: generate
Stage: build
Stage: deploy
Changes
21
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
2022/2022-05-31_git-trilogy-part-1/slides/what_is_git.md
+8
-12
8 additions, 12 deletions
2022/2022-05-31_git-trilogy-part-1/slides/what_is_git.md
with
8 additions
and
12 deletions
2022/2022-05-31_git-trilogy-part-1/slides/what_is_git.md
+
8
−
12
View file @
5e968981
...
...
@@ -4,17 +4,14 @@
Designed and implemented in 2005 by
**Linus Torvalds**
<div
style=
"position:relative; left:60%;
"
>
<div
align=
"center
"
>
<img
src=
"slides/img/linus.jpg"
>
</div>
<div
style=
"position:absolute; left:50%;"
>
[1]
*https://en.wikipedia.org/wiki/Git*
</div>
<br>
<div
class=
"fragment"
>
## The inventor of `git`
...
...
@@ -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.
First Linux, now git.`
Linus Torvald (2007-06-14)
Linus Torvald
s
(2007-06-14)
# What is the use of `git`?
*
Ability to recover old versions
<div
style=
"position:absolute;left:45%;top:75%"
>
<img
src=
"slides/img/Git-logo.png"
>
<div
align=
"center"
>
<img
src=
"slides/img/Git-logo.png"
height=
"120"
>
</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
*
Annotate each change with description
*
**Backtrack**
(if necessary) and undo unwanted changes
...
...
@@ -48,6 +44,6 @@ note:
Other points to mention:
*
come
s from SW development domain with >100 of people contributing to one project
*
git stem
s 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 is not to track performance. Not using it shows exactly the opposite.
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment