Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
APIs
Init
Git
Commits
dc78375a
Unverified
Commit
dc78375a
authored
Jan 14, 2019
by
Rémy Huet
💻
Browse files
Création et suppression de branches
parent
4b79352e
Pipeline
#33382
passed with stage
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/tex/gestion_non_lineaire/application_git.tex
View file @
dc78375a
...
...
@@ -26,6 +26,36 @@
\end{block}
\end{frame}
\begin{frame}
[fragile]
\frametitle
{
Application
}
\begin{beamercolorbox}
[rounded=true, shadow=true]
{
terminal
}
\begin{Verbatim}
$
git branch premiere
_
branche
\Pause
$
git branch
\Pause
*
\textcolor
{
myGreen
}{
master
}
premiere
_
branche
\Pause
$
git checkout
-
b develop
\Pause
Basculement sur la nouvelle branche 'develop'
\Pause
$
git status
\Pause
Sur la branche develop
rien à valider, la copie de travail est propre
\Pause
$
git branch
-
d premiere
_
branche
\Pause
Branche premiere
_
branche supprimée
(
précédemment
168
efba
)
$
touch dev.txt
\Pause
$
git add
-
A
&&
git commit
-
m ''Ajout fichier dev''
\Pause
[
develop
2292018
]
Ajout fichier dev
1
file changed,
0
insertions
(+)
,
0
deletions
(-)
create mode
100644
dev.txt
\end
{
Verbatim
}
\end
{
beamercolorbox
}
\end
{
frame
}
\begin
{
frame
}
[
fragile
]
\frametitle
{
Changer de branche
}
\framesubtitle
{
Plus facile qu'à l'UTC
!
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment