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
ae32adf0
Commit
ae32adf0
authored
7 years ago
by
EL MKOUDI Anass
Browse files
Options
Downloads
Patches
Plain Diff
Q3.2
parent
6fcb0bc1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bhn_mkd.md
+55
-0
55 additions, 0 deletions
bhn_mkd.md
easy_merge
+0
-0
0 additions, 0 deletions
easy_merge
with
55 additions
and
0 deletions
bhn_mkd.md
+
55
−
0
View file @
ae32adf0
...
...
@@ -411,11 +411,66 @@ no changes added to commit (use "git add" and/or "git commit -a")
0.
Revenir la brache
`mybranch`
0.
Où sont passé vos reponces au point 2.4 ?
`*`
On a changé de branche, donc les reponses sont dans le fichier de la branche Bouhanni-2.4. il faut faire un merge pour mettre à jour le fichier
0.
Affichez un historique sous forme de graph (
`a dog`
) de votre repo, Que peux ton en dire ?
$ git log --all --graph --decorate --oneline
*
accb733 (Bouhanni-2.4) Q 2.5
|
*
6fcb0bc (HEAD -> Bouhanni, origin/Bouhanni) fin de seance 2
|
*
9982a9d Q 2.2
|/
|
*
c3c948f (origin/myBranch) Q 2.3
|/
*
118a83d (master) Q 13
*
bcd3b94 Q10 ajout du fichier start
*
e9b6f78 Q 6 deuxieme renommage du fichier
*
8e9b215 Q5 MAJ-CR
*
7796961 ajout de l enonce du TP1
0.
Revenir sur la branche master
$ git checkout master
Switched to branch 'master'
0.
Ajoutez et commitez un fichier (touch new_file)
touch new_file
$ git commit -m "Q 2.9"
[master 186250c] Q 2.9
Committer: EL MKOUDI Anass
<anelmkoudi@rcisima.isima.fr>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 new_file
0.
Revenir sur votre branche
`mybranch`
pour completer le compte rendu
`*`
$ git commit -m "Q2.10"
On branch Bouhanni
nothing to commit, working tree clean
0.
Affichez un historique sous forme de graph (
`a dog`
) de votre repo
`*`
$ git log --all --graph --decorate --oneline
*
186250c (master) Q 2.9
|
*
accb733 (Bouhanni-2.4) Q 2.5
|/
|
*
6fcb0bc (HEAD -> Bouhanni, origin/Bouhanni) fin de seance 2
|
*
9982a9d Q 2.2
|/
|
*
c3c948f (origin/myBranch) Q 2.3
|/
*
118a83d Q 13
*
bcd3b94 Q10 ajout du fichier start
*
e9b6f78 Q 6 deuxieme renommage du fichier
*
8e9b215 Q5 MAJ-CR
*
7796961 ajout de l enonce du TP1
##### 3. Merge
0.
Merge depuis head
...
...
This diff is collapsed.
Click to expand it.
easy_merge
0 → 100644
+
0
−
0
View file @
ae32adf0
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