Skip to content
Snippets Groups Projects
Commit ae32adf0 authored by EL MKOUDI Anass's avatar EL MKOUDI Anass
Browse files

Q3.2

parent 6fcb0bc1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment