Skip to content

Commit

Permalink
Add temporary force to makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 6, 2015
1 parent 46abd77 commit a60c4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -164,7 +164,7 @@ component-%:
- (git branch -D $* 2> /dev/null)
git checkout -b $*
git filter-branch --prune-empty --subdirectory-filter src/$(shell php -r "echo ucfirst('$*');") -f $*
git push $* $*:$(CURRENT_BRANCH)
git push -f $* $*:$(CURRENT_BRANCH)
git checkout $(CURRENT_BRANCH) > /dev/null

tag-component-%: component-% guard-VERSION guard-GITHUB_USER
Expand Down

0 comments on commit a60c4f0

Please sign in to comment.