-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
0 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,15 +31,3 @@ pull-makes: #| Clones branch makefile-go of [email protected]:kam | |
echo '- ' $$(cat README.md | head -n1 | awk '{print $$3}') 'at revision' $$(git rev-parse HEAD) \ | ||
) | ||
rm -rf makes/.git makes/LICENSE makes/Makefile | ||
|
||
.PHONY: pull-github-tpl | ||
pull-github-tpl: #| Clones branch github-tpl-go of [email protected]:kamilsk/shared.git into .github dir | ||
rm -rf .github | ||
git clone [email protected]:kamilsk/shared.git .github | ||
( \ | ||
cd .github && \ | ||
git checkout github-tpl-go && \ | ||
git branch -d master && \ | ||
echo '- ' $$(cat README.md | head -n1 | awk '{print $$3}') 'at revision' $$(git rev-parse HEAD) \ | ||
) | ||
rm -rf .github/.git .github/LICENSE .github/README.md |