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
Formations
Git niveau 1
Commits
80900d33
Unverified
Commit
80900d33
authored
Sep 30, 2018
by
Rémy Huet
💻
Browse files
Début frame push
parent
d407f204
Pipeline
#27921
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
presentation.tex
View file @
80900d33
...
...
@@ -650,8 +650,25 @@ Fast-forward
\subsection
{
Envoyer des modifications
}
\begin{frame}
{
git push
}
Sur repo perso
\begin{frame}
[fragile]
{
git push
}
\begin{block}
{}
\enquote
{
Dis, comment je peux envoyer mes modifications vers la remote ?
\\
-- Facile ! Tu utilises git push !
}
\end{block}
\begin{beamercolorbox}
[rounded=true,shadow=true]
{
terminal
}
\begin{Verbatim}
$
cd
\Pause
$
cd Documents
\Pause
$
git clone https:
//
gitlab.utc.fr
/
mon
_
login
/
fomation
-
git
...
$
cd formation-git
$
echo "Hello World
!
" > text.txt
$
git add -A
$
git commit
-
m "Ajout fichier text.txt"
...
$
git push
\end{Verbatim}
\end{beamercolorbox}
\end{frame}
\end{document}
Write
Preview
Supports
Markdown
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