diff --git a/.gitignore b/.gitignore index 715cb44..29b45e2 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,9 @@ sdkconfig.old # MJD Special *.ai deploy.cmd +aliexpress*.* Aliexpress*.* +antratek*.* Antratek*.* +banggood*.* Banggood*.* diff --git a/github-commands.txt b/github-commands.txt index 7800ba4..4caf0e5 100644 --- a/github-commands.txt +++ b/github-commands.txt @@ -18,6 +18,7 @@ git add . git commit -m "First commit" git remote add origin https://github.com/pantaluna/${DIR_REPO_NAME}.git +git config credential.helper store git push --set-upstream origin master git remote show origin @@ -39,9 +40,10 @@ cd /c/myiot/esp/${DIR_REPO_NAME} git add . git commit -m "Updated" +git config credential.helper store git push --set-upstream origin master -git tag --annotate v0.81 --message "First tag" +git tag --annotate v0.82 --message "Second tag" git push origin --tags git describe --tags --dirt