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
8b7afcdd
Commit
8b7afcdd
authored
8 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes
parent
ff7d6dd7
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
list.json
+0
-6
0 additions, 6 deletions
list.json
overview.md
+1
-1
1 addition, 1 deletion
overview.md
ready.md
+2
-2
2 additions, 2 deletions
ready.md
what_is_git.md
+14
-0
14 additions, 0 deletions
what_is_git.md
why_use_git.md
+0
-12
0 additions, 12 deletions
why_use_git.md
with
17 additions
and
21 deletions
list.json
+
0
−
6
View file @
8b7afcdd
...
@@ -23,12 +23,6 @@
...
@@ -23,12 +23,6 @@
"data-background"
:
"../img/whiteBG.jpg"
"data-background"
:
"../img/whiteBG.jpg"
}
}
},
},
{
"filename"
:
"why_use_git.md"
,
"attr"
:
{
"data-background"
:
"../img/whiteBG.jpg"
}
},
{
{
"filename"
:
"installation.md"
,
"filename"
:
"installation.md"
,
"attr"
:
{
"attr"
:
{
...
...
This diff is collapsed.
Click to expand it.
overview.md
+
1
−
1
View file @
8b7afcdd
## Overview
## Overview
0.
The Terminal
0.
The Terminal
1.
What is
`git`
?
<!--(5 min)//-->
1.
What is
`git`
?
What is the use of
`git`
?
<!--(5 min)//-->
2.
GitHub and GitLab
<!--(5min)//-->
2.
GitHub and GitLab
<!--(5min)//-->
3.
Installation of
`git`
3.
Installation of
`git`
4.
The 5 essential commands
<!--(10 min)//-->
4.
The 5 essential commands
<!--(10 min)//-->
...
...
This diff is collapsed.
Click to expand it.
ready.md
+
2
−
2
View file @
8b7afcdd
## Ready
for a
practice
!!!
## Ready
to
practice
?
<br>
Go to https://github.com/uni-lu/group_members
<br>
Go to https://github.com/uni-lu/group_members
<br>
And follow the
`README`
file.
<br>
And follow the
instructions in the
`README`
file.
This diff is collapsed.
Click to expand it.
what_is_git.md
+
14
−
0
View file @
8b7afcdd
...
@@ -9,3 +9,17 @@
...
@@ -9,3 +9,17 @@


<div
align=
"left"
><small>
[1]
*https://en.wikipedia.org/wiki/Git*
</small></div>
<div
align=
"left"
><small>
[1]
*https://en.wikipedia.org/wiki/Git*
</small></div>
## What is the use of `git`?
*
No need to fully rewrite code;
**reuse code**
and
**save time**
*
Keep the changes you made over time (
**history**
)
*
Allows you to
**backtrack**
(if necessary) and undo unwanted changes
*
Easily
**add contributions**
of your collaborators to the main code base
note:
Other points to mention:
*
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.
why_use_git.md
deleted
100644 → 0
+
0
−
12
View file @
ff7d6dd7
# Why use git?
*
No need to fully rewrite code; reuse code and save time.
*
Keep the changes you made over time
*
Allow you to backtrack (if necessary) and undo those changes
*
Easily add contributions of your collaborators to the main code base
note:
Other points to mention:
*
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.
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