This commit is contained in:
Konstantin Rybakov
2021-04-06 18:04:47 +03:00
parent ad6f2ec05e
commit c8d9b2f4c6
2 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ if [[ `git status --porcelain` ]]; then
echo "status: Updating templates"
git add .
git commit -m "Upading templates from https://github.com/toptal/gitignore"
git push origin master
else
echo "status: No updates"
fi