Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Git
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Picasoft
A
APIs
Init
Git
Commits
dc78375a
Unverified
Commit
dc78375a
authored
Jan 14, 2019
by
Rémy Huet
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
src/tex/gestion_non_lineaire/application_git.tex
src/tex/gestion_non_lineaire/application_git.tex
+30
-0
No files found.
src/tex/gestion_non_lineaire/application_git.tex
View file @
dc78375a
...
@@ -26,6 +26,36 @@
...
@@ -26,6 +26,36 @@
\end{block}
\end{block}
\end{frame}
\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
]
\begin
{
frame
}
[
fragile
]
\frametitle
{
Changer de branche
}
\frametitle
{
Changer de branche
}
\framesubtitle
{
Plus facile qu'à l'UTC
!
}
\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