Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Git Workshop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
osak
Git Workshop
Commits
3893dd43
Verified
Commit
3893dd43
authored
7 months ago
by
Lars Frost
Browse files
Options
Downloads
Patches
Plain Diff
Add advanced slides
parent
0cd315be
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
materials/slides/advanced.typ
+46
-1
46 additions, 1 deletion
materials/slides/advanced.typ
with
46 additions
and
1 deletion
materials/slides/advanced.typ
+
46
−
1
View file @
3893dd43
#
import
"
@preview/touying:0.5.3
"
:
*
#
import
"
@preview/touying:0.5.3
"
:
*
#
import
themes
.
metropolis
:
*
#
import
"
@preview/cetz:0.3.1
"
#
import
"
@preview/fletcher:0.5.2
"
as
fletcher
:
node
,
edge
#
import
"
@preview/ctheorems:1.1.3
"
:
*
#
import
"
@preview/numbly:0.1.0
"
:
numbly
#
import
"
@preview/codly:1.0.0
"
:
*
=
Advanced
=
Advanced
==
Quick
Info
(
1
)
#
v
(
1
fr
)
===
`
stash
`
-
`
git
stash
-
m
"
<message>
"
`
kann
Zwischenst
ä
nde
speichern
die
keine
Commits
sein
sollen
-
`
git
apply
`
oder
`
git
pop
`
l
ä
dt
die
Zwischenst
ä
nde
wieder
-
N
ü
tzlich
falls
ihr
was
angefangen
habt
und
merkt
das
etwas
anderes
zuerst
gemacht
werden
muss
#
v
(
1
fr
)
===
`
bisect
`
-
`
git
bisect
`
kann
eingrenzen
in
welchem
Commit
ein
Fehler
erstmals
auftrat
-
`
git
bisect
`
mit
Script
als
Eingabe
oder
interaktiv
mit
`
git
bisect
good
`
und
`
git
bisect
bad
`
#
v
(
1
fr
)
===
`
add
--patch`
-
F
ü
gt
interaktiv
Teile
einer
Datei
zur
Staging
Area
#
v
(
1
fr
)
==
Quick
Info
(
2
)
#
v
(
1
fr
)
===
`
blame
`
-
Zeigt
an
welche
Zeile
durch
welchen
Commit
zuletzt
ge
ä
ndert
wurde
#
v
(
1
fr
)
===
`
log
-
L
"
start-line,end-line:<file>
"
`
-
Zeige
das
Log
f
ü
r
bestimmte
Zeilen
z
.
B
.
f
ü
r
eine
Bestimmte
Funktion
#
v
(
1
fr
)
===
`
.
git
/
hooks
`
-
Im
Verzeichnis
`
.
git
/
hooks
`
k
ö
nnen
Scripte
abgelegt
werden
die
automatisch
von
Git
aufgerufen
werden
#
v
(
1
fr
)
===
`
clean
`
-
Entfernt
alle
Dateien
die
nicht
im
Git
-
Repository
sind
-
`
-
x
`
entfernt
nur
ignorierte
Dateien
#
v
(
1
fr
)
\ No newline at end of file
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