Skip to content

Commit bf52027

Browse files
Bug fix commit 32
1 parent dfa82f4 commit bf52027

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bugfix1/bugfix1_32.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bug fix commit 32

line_merge_demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cd /Users/andreyshabunov/PhpstormProjects/git-practics
3636
echo "Creating bugfix/1 branch..."
3737
git checkout -b bugfix/1
3838
git checkout bugfix/1
39-
for i in {30..31}; do
39+
for i in {32..33}; do
4040
cd /Users/andreyshabunov/PhpstormProjects/git-practics/bugfix1/
4141
echo "Bug fix commit $i" > bugfix1_$i.txt
4242
cd /Users/andreyshabunov/PhpstormProjects/git-practics/

0 commit comments

Comments
 (0)