git commit --amend
###TAG
- git tag v1.4 ou git tag -a v1.4 -m 'my version 1.4'
- git push origin v1.5 ou git push origin --tags
- git tag -d 12345 && git push origin :refs/tags/12345
git clean -n -d
git checkout --theirs foo/bar.java
git submodule add blah@blah.com:repos/blah.git lib/blah