
1 - Track changes
	git add .
2 - Commit changes
    git commit -m "Folder Structure"
3 - Add Tag
	git tag 1.3.0

4 - Git push
	git push --all

5 - Push the tag
	git push --tags