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
Youssef NIDABRAHIM
2017-F2-Forge
Commits
bd03bc0c
Commit
bd03bc0c
authored
7 years ago
by
Clement SERRE
Browse files
Options
Downloads
Patches
Plain Diff
Q2.1
parent
ef6b3f6c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cdpw_tp1_SERRE_PRUNIER.md
+19
-0
19 additions, 0 deletions
cdpw_tp1_SERRE_PRUNIER.md
with
19 additions
and
0 deletions
cdpw_tp1_SERRE_PRUNIER.md
+
19
−
0
View file @
bd03bc0c
...
...
@@ -130,9 +130,28 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
clserre1@A210PC12:/h/Documents/cdpw $
```
0. Avant de commiter affichez les modifications par rapport à la précédente révision ? `*`
```
git
clserre1@A210PC12:/h/Documents/cdpw $ git status
On branch master
Changes not staged for commit:
(use "git add
<file>
..." to update what will be committed)
(use "git checkout --
<file>
..." to discard changes in working directory)
modified: cdpw_tp1_SERRE_PRUNIER.md
no changes added to commit (use "git add" and/or "git commit -a")
clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"Q1.14"
[master ef6b3f6] Q1.14
1 file changed, 28 insertions(+)
```
##### 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`)
```
git
clserre1@A210PC12:/h/Documents/cdpw $ git checkout -b SERRE_PRUNIER
Switched to a new branch 'SERRE_PRUNIER'
M cdpw_tp1_SERRE_PRUNIER.md
```
0. Lister les branches locales et les fichiers présent dans le répertoire courant `*`
0. Aficher le status de votre repo `*`
0. Créez une branche pour _développer_ la réponse de ce point (nommez là `mybranch-2.4` par exemple)
...
...
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