Git reference

git clone <url to repository>
git add file.c
git commit -m "updated file"
git push
git tag <tagname> # -a to add additional information about the tag
git push origin --tags