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
665723e6
Commit
665723e6
authored
7 years ago
by
Clement SERRE
Browse files
Options
Downloads
Patches
Plain Diff
Q2.12
parent
51905a3c
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
+26
-0
26 additions, 0 deletions
cdpw_tp1_SERRE_PRUNIER.md
with
26 additions
and
0 deletions
cdpw_tp1_SERRE_PRUNIER.md
+
26
−
0
View file @
665723e6
...
@@ -197,8 +197,34 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
...
@@ -197,8 +197,34 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
*
7b7f60f Q1.2
*
7b7f60f Q1.2
```
```
0. Revenir sur la branche master
0. Revenir sur la branche master
```
git
clserre1@A210PC12:/h/Documents/cdpw $ git checkout master
Switched to branch 'master'
```
0. Ajoutez et commitez un fichier (touch new_file)
0. Ajoutez et commitez un fichier (touch new_file)
```
git
clserre1@A210PC12:/h/Documents/cdpw $ touch un_fichier
clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"Q2.10"
On branch master
Untracked files:
un_fichier
nothing added to commit but untracked files present
clserre1@A210PC12:/h/Documents/cdpw $ git add .
clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"Q2.10" --amend
[master 9586626] Q2.10
Date: Mon Jan 8 18:45:54 2018 +0100
2 files changed, 28 insertions(+)
create mode 100644 un_fichier
```
0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*`
0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*`
```
git
clserre1@A210PC12:/h/Documents/cdpw $ git checkout SERRE_PRUNIER
Switched to branch 'SERRE_PRUNIER'
clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"Q2.12"
[SERRE_PRUNIER 6f0f3c7] Q2.12
1 file changed, 23 insertions(+)
```
0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`
0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`
##### 3. Merge
##### 3. Merge
...
...
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