Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Git
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
picasoft
A
APIs
H
H19
Init
Git
Commits
1960125a
Unverified
Commit
1960125a
authored
Jan 15, 2019
by
Remy Huet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pousser des commits
parent
729108d1
Pipeline
#33514
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
src/tex/utilisation_remotes/envoyer_travail.tex
src/tex/utilisation_remotes/envoyer_travail.tex
+25
-1
No files found.
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