mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
Changed target branch to origin/master
This commit is contained in:
parent
2475f6c116
commit
95be34ecf4
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# TODO change source branch to 'master'
|
||||
git checkout -B split-$3 msp/separateBuilds
|
||||
git checkout -B split-$3 refs/remotes/origin/master
|
||||
|
||||
REMOVALS=`cat $1 | tr '\n' ' '`
|
||||
git filter-branch -f --prune-empty \
|
||||
|
|
Loading…
Reference in a new issue