Skip to content
Snippets Groups Projects
Commit 04ddf013 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add merging script for branches

parent 327201d8
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
git checkout master
for i in gr aie aif fb
do
git merge $i
git checkout $i
git merge master
git checkout master
done
git checkout master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment