Skip to content

Commit

Permalink
Before merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Feb 5, 2015
1 parent 491823f commit bf76a9f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions mergeAll.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
git add -A
git commit -m "Before merge commit"
git push

git checkout development
git pull
git merge edge
git push

git checkout beta
git pull
git merge development
git push

git checkout master
git pull
git merge beta
git push

git checkout beta
git merge master
git push

git checkout development
git merge beta
git push

git checkout edge
git merge development
git push

0 comments on commit bf76a9f

Please sign in to comment.