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

Q3.1.2

parent f258f210
No related branches found
No related tags found
No related merge requests found
...@@ -497,16 +497,25 @@ $ git commit -m "Q2.11" ...@@ -497,16 +497,25 @@ $ git commit -m "Q2.11"
0. Merge depuis head 0. Merge depuis head
0. switcher sur une nouvelle branche `mybranch-3.1` 0. switcher sur une nouvelle branche `mybranch-3.1`
``` ```
git brach -b reda_youssef_3 $ git checkout -b reda_youssef-3.1
Switched to a new branch 'reda_youssef-3.1'
``` ```
0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*` 0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*`
``` ```
touch easy_merge $ touch easy_merge
date > easy_merge $ date > easy_merge
git add . ```
git commit -m "Q3.1.2" > On commite cette étape Q3.1.2
``` ```
0. merger la branche `mybranch-4.1` sur `mybranch` $ git add .
$ git commit -m "Q3.1.2"
[reda_youssef-3.1 3288cda] Q3.1.2
2 files changed, 9 insertions(+), 3 deletions(-)
create mode 100644 easy_merge
```
0. merger la branche `mybranch-3.1` sur `mybranch`
``` ```
git checkout reda_youssef git checkout reda_youssef
git merge reda_youssef_3 git merge reda_youssef_3
......
lun. 12 févr. 2018 23:34:01
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