File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ Bug fix commit 28
Original file line number Diff line number Diff line change 44echo  " Creating bugfix/1 branch..." 
55git checkout -b bugfix/1
66git checkout bugfix/1
7- for  i  in  {26..27 };  do 
7+ for  i  in  {28..29 };  do 
88 cd  /Users/andreyshabunov/PhpstormProjects/git-practics/bugfix1/
99 echo  " Bug fix commit $i " >  bugfix1_$i .txt
1010 cd  /Users/andreyshabunov/PhpstormProjects/git-practics/
@@ -26,7 +26,7 @@ git rebase main
2626#  Возвращаемся к main и выполняем merge bugfix/1
2727echo  " Merging bugfix/1 into main using git merge..." 
2828git checkout main
29- git merge bugfix/1 -m " Merge bugfix/1 into main" 
29+ git merge --no-ff  bugfix/1 -m " Merge bugfix/1 into main" 
3030git push -u origin main
3131
3232#  Итоговое состояние репозитория
                         You can’t perform that action at this time. 
           
                  
0 commit comments