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
1960125a
Unverified
Commit
1960125a
authored
Jan 15, 2019
by
Rémy Huet
💻
Browse files
Pousser des commits
parent
729108d1
Pipeline
#33514
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/tex/utilisation_remotes/envoyer_travail.tex
View file @
1960125a
\begin{frame}
\begin{frame}
[fragile]
\frametitle
{
Pousser des commits
}
\begin{block}
{
Explications
}
{
\bf
Pousser
}
un ou plusieurs commits, c'est envoyer du travail local sur le serveur pour le partager/sauvegarder.
Cela se fait avec la commande
\verb
+
git push
+
\end{block}
\begin{beamercolorbox}
[rounded=true, shadow=true]
{
terminal
}
\begin{Verbatim}
$
git clone git@gitlab.utc.fr:<mon
_
login>
/
<mon
_
repo>
\Pause
[
\ldots
]
\Pause
$
cd <mon
_
repo>
\Pause
$
touch file
&&
git add
-
A
&&
git commit
-
m ''mon premier commit''
\Pause
[
\ldots
]
\Pause
$
git push
\Pause
Décompte des objets: 3, fait.
Delta compression using up to 8 threads.
Compression des objets: 100
% (2/2), fait.
Écriture des objets: 100
% (3/3), 939 bytes | 939.00 KiB/s, fait.
Total 3 (delta 1), reused 0 (delta 0)
To gitlab.utc.fr:<mon
_
login>/<mon
_
repo>
e32c9bf..4cf38e2 master -> master
\end{Verbatim}
\end{beamercolorbox}
\end{frame}
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