Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2017-F2-Forge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dorian SELIMOVIC
2017-F2-Forge
Commits
8e5667fb
Commit
8e5667fb
authored
7 years ago
by
bertoni
Browse files
Options
Downloads
Patches
Plain Diff
changement de branche
parent
65e4affd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Bertoni Walczyszyn tp1 cpw.md
+33
-34
33 additions, 34 deletions
Bertoni Walczyszyn tp1 cpw.md
with
33 additions
and
34 deletions
Bertoni Walczyszyn tp1 cpw.md
+
33
−
34
View file @
8e5667fb
...
@@ -184,11 +184,6 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
...
@@ -184,11 +184,6 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
@@ -1 +0,0 @@
@@ -1 +0,0 @@
-file2ignore.txt
-file2ignore.txt
##### 2. Les branches
##### 2. Les branches
0.
Créez une branche portant votre nom et basculer sur cette branche (dans la suite du TP cette branche est désignée par
`mybranch`
)
0.
Créez une branche portant votre nom et basculer sur cette branche (dans la suite du TP cette branche est désignée par
`mybranch`
)
...
@@ -215,35 +210,36 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
...
@@ -215,35 +210,36 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
BertoniWalczyszyn
BertoniWalczyszyn
* master
* master
0.
Afficher un historique sous forme de graph (
`a dog`
) de votre repo
0. Afficher un historique sous forme de graph (`a dog`) de votre repo
$ git log --all --decorate --oneline --graph
$ git log --all --decorate --oneline --graph
* 88533e1 (BertoniWalczyszyn) derniere version
* 88533e1 (BertoniWalczyszyn) derniere version
* 113376e (origin/BertoniWalczyszyn) derniere version 08/01
* 113376e (origin/BertoniWalczyszyn) derniere version 08/01
| * 52f744d (HEAD -> BW-2.4, master) 19h32
| * 52f744d (HEAD -> BW-2.4, master) 19h32
| * ae1b0d7 branche créée
| * ae1b0d7 branche créée
|/
|/
* 8d09964 ajout .gitignore
* 8d09964 ajout .gitignore
* 39cc64e ajout fichier start
* 39cc64e ajout fichier start
* 4773e48 modification du nom
* 4773e48 modification du nom
* a95c3e0 premier ajout
* a95c3e0 premier ajout
0.
Pourquoi les 2 branches pointent elles sur la même révision ?
`*`
0. Pourquoi les 2 branches pointent elles sur la même révision ?`*`
Car aucune modification n'a encore été faite, aucun nouveau commit sur la nouvelle branche
Car aucune modification n'a encore été faite, aucun nouveau commit sur la nouvelle branche
0.
Afficher à nouveau l'historique pour montrer les modifications suite au précédent commit
`*`
0. Afficher à nouveau l'historique pour montrer les modifications suite au précédent commit `*`
$ git log --all --decorate --oneline --graph
* baf3847 (HEAD -> BW-2.4) creation branche BW-2.4
$ git log --all --decorate --oneline --graph
* 52f744d (master) 19h32
* baf3847 (HEAD -> BW-2.4) creation branche BW-2.4
* ae1b0d7 branche créée
* 52f744d (master) 19h32
| * 88533e1 (BertoniWalczyszyn) derniere version
* ae1b0d7 branche créée
| * 113376e (origin/BertoniWalczyszyn) derniere version 08/01
| * 88533e1 (BertoniWalczyszyn) derniere version
|/
| * 113376e (origin/BertoniWalczyszyn) derniere version 08/01
* 8d09964 ajout .gitignore
|/
* 39cc64e ajout fichier start
* 8d09964 ajout .gitignore
* 4773e48 modification du nom
* 39cc64e ajout fichier start
* a95c3e0 premier ajout
* 4773e48 modification du nom
* a95c3e0 premier ajout
0.
Revenir la branche
`mybranch`
0.
Revenir la branche
`mybranch`
...
@@ -251,6 +247,9 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
...
@@ -251,6 +247,9 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
Switched to branch 'BertoniWalczyszyn'
Switched to branch 'BertoniWalczyszyn'
0.
Où sont passées vos reponses au point 2.4 ?
`*`
0.
Où sont passées vos reponses au point 2.4 ?
`*`
elles ont disparu
0.
Affichez un historique sous forme de graph (
`a dog`
) de votre repo, Que peux ton en dire ?
0.
Affichez un historique sous forme de graph (
`a dog`
) de votre repo, Que peux ton en dire ?
0.
Revenir sur la branche master
0.
Revenir sur la branche master
0.
Ajoutez et commitez un fichier (touch new_file)
0.
Ajoutez et commitez un fichier (touch new_file)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment