Fulltext results:
- Git
- ====== Git ====== ===== Basics ===== === Init Repository === Standard: git init [DIR] Bare: git init --bare [DIR] === Log === See commits between branches: git log master..develop ===== Br... lete Branch === git branch -d BRANCH === Delete Remote Branch === git push origin -d BRANCH === Li
- Specify Java VM for Eclipse @info:code:eclipse
- the ''eclipse.ini'' in the Eclipse installation directory: <code> -vm /opt/jdk/bin/java </code> <not... ''-vm'' and the path to the ''java'' executeable are specified in two separate lines!</note> Source: