We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1dd06a commit ab47915Copy full SHA for ab47915
1 file changed
.github/skills/repository-template/scripts/git-clone-repository-template.sh
@@ -2,9 +2,8 @@
2
3
cd "$(git rev-parse --show-toplevel)" || exit 1
4
cd .github/skills/repository-template
5
-if ! [ -d "assets" ]; then
6
- git clone https://github.com/stefaniuk/repository-template.git assets
7
-fi
+rm -rf assets
+git clone https://github.com/stefaniuk/repository-template.git assets
8
cd assets
9
git pull origin custom
10
git checkout custom
0 commit comments