Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git_tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
orestis.malaspin
git_tutorial
Commits
1af569bd
"slides_2022/cours_21.md" did not exist on "cd0fc9c185286b89e195c5664a5624e958ac817c"
Verified
Commit
1af569bd
authored
3 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
corrected footnote, and makefile
parent
1d8bcf97
No related branches found
No related tags found
No related merge requests found
Pipeline
#14849
passed
3 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-6
1 addition, 6 deletions
Makefile
git_tutorial.md
+3
-3
3 additions, 3 deletions
git_tutorial.md
with
4 additions
and
9 deletions
Makefile
+
1
−
6
View file @
1af569bd
...
...
@@ -9,7 +9,7 @@ BEAMEROPTIONS += -H ./header.tex --listings
BLA
=
$(
shell git log |
head
-n
1
)
all
:
git_tutorial.pdf
git_tutorial_gitignore.pdf
all
:
git_tutorial.pdf
git_tutorial.pdf
:
git_tutorial.md
echo
$(
BLA
)
...
...
@@ -17,11 +17,6 @@ git_tutorial.pdf: git_tutorial.md
pandoc
-s
$(
BEAMEROPTIONS
)
-o
$@
$<
git_tutorial_gitignore.pdf
:
git_tutorial_gitignore.md
echo
$(
BLA
)
sed
-i
'3s/.*/%
$(
BLA
)
/'
$<
pandoc
-s
$(
BEAMEROPTIONS
)
-o
$@
$<
deploy
:
all
mkdir
-p
git_tuto
cp
*
.pdf git_tuto
...
...
This diff is collapsed.
Click to expand it.
git_tutorial.md
+
3
−
3
View file @
1af569bd
% Introduction à Git
% Orestis Malaspinas
% commit
e5c2d675e68c4df94a9d3b0df48f8feb5ec9c1ab
% commit
1d8bcf97fe56b4298ad7e71c4234fa2c77255a11
# Des références
...
...
@@ -468,7 +468,7 @@ On ignore typiquement:
*
L'ajouter au répo git et le "commit".
*
Y ajouter les règles à suivre pour ignorer les fichiers.
Exemple: [^
1
]
Exemple: [^
2
]
```
bash
biden
# ignore le fichier biden
...
...
@@ -478,7 +478,7 @@ sanders # ignore le répertoire sanders
**
/sanders
# ignore tous les répertoires sanders
```
[
^
1
]:
Pour
une liste plus exhaustive voir le site
<https://bit.ly/2HTZJyQ>
par exemple.
[
^
2
]:
Pour
une liste plus exhaustive voir le site
<https://bit.ly/2HTZJyQ>
par exemple.
## Bibliographie
...
...
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