Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pantaluna committed Mar 24, 2019
1 parent ce657f5 commit 416c812
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ sdkconfig.old
# MJD Special
*.ai
deploy.cmd
aliexpress*.*
Aliexpress*.*
antratek*.*
Antratek*.*
banggood*.*
Banggood*.*
4 changes: 3 additions & 1 deletion github-commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 416c812

Please sign in to comment.