How it works
Installation, setup
Most used commands
$ mkdir hello-world-git
$ cd hello-world-git
$ git init
$ ls -la$ date >>README.md
$ git stage README.md$ git commit$ git status$ git diff$ git branch my-feature$ git merge my-feature-branch$ rm hello-world-git
$ git clone https://bitbucket.org/andreimic/hello-world-git.git
$ cd hello-world-git
$ ls -la$ # git push <remote> <branch>
$ git push origin masterbut important still
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*