There was an error while loading. Please reload this page.
1 parent dfa82f4 commit bf52027Copy full SHA for bf52027
bugfix1/bugfix1_32.txt
@@ -0,0 +1 @@
1
+Bug fix commit 32
line_merge_demo.sh
@@ -36,7 +36,7 @@ cd /Users/andreyshabunov/PhpstormProjects/git-practics
36
echo "Creating bugfix/1 branch..."
37
git checkout -b bugfix/1
38
git checkout bugfix/1
39
-for i in {30..31}; do
+for i in {32..33}; do
40
cd /Users/andreyshabunov/PhpstormProjects/git-practics/bugfix1/
41
echo "Bug fix commit $i" > bugfix1_$i.txt
42
cd /Users/andreyshabunov/PhpstormProjects/git-practics/
0 commit comments