This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
download jdk6/7/8 first | |
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html | |
#windows | |
JAVA_HOME=C:\java_tools\jdk1.6.0 | |
CLASSPATH=.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/Kunena/Kunena-2.0/wiki/Create-a-new-branch-with-git-and-manage-branches | |
git branch net20 | |
git push origin net20 | |
git checkout net20 | |
git branch -d [branch] | |
git push origin --delete [branch] |