Fulltext results:
- Git
- ====== Git ====== ===== Basics ===== === Init Repository === Standard: git init [DIR] Bare: git init --bare [DIR] === Log === See commits between branches: git log master..devel... te === git svn fetch ====== Git Flow ====== === Init === git flow init === Feature === git flow f
- Specify Java VM for Eclipse @info:code:eclipse
- k/bin/java'' add these two lines to the ''eclipse.ini'' in the Eclipse installation directory: <code> ... /note> Source: [[http://wiki.eclipse.org/Eclipse.ini#Specifying_the_JVM|Eclipsepedia: eclipse.ini - Specifying the JVM]] {{tag>eclipse java settings}}