Skip to content
Snippets Groups Projects
Commit 04680c80 authored by NIDABRAHIM Youssef's avatar NIDABRAHIM Youssef
Browse files

Q3.5.1

parent 563d694d
No related branches found
No related tags found
No related merge requests found
...@@ -787,8 +787,14 @@ $ git commit -m "Q3.4" ...@@ -787,8 +787,14 @@ $ git commit -m "Q3.4"
0. Merge avec modifications 0. Merge avec modifications
0. Mergez les modifications de la branche `mybranch-2.4` sur `mybranch` (`*echap* :wq *enter*` pour sauvegarder le message de commit et quitter)`*` 0. Mergez les modifications de la branche `mybranch-2.4` sur `mybranch` (`*echap* :wq *enter*` pour sauvegarder le message de commit et quitter)`*`
``` ```
git checkout reda_youssef $ git merge reda_youssef-2.4
git branch reda_youssef2 Auto-merging REDA_YOUSSEF.md
Merge made by the 'recursive' strategy.
REDA_YOUSSEF.md | 236 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 219 insertions(+), 17 deletions(-)
```
> On commite cette étape Q3.5.1
```
git add . git add .
git commit -m "Q3.5.1" git commit -m "Q3.5.1"
``` ```
......
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