Skip to content
philwong edited this page Jan 4, 2012 · 16 revisions

Welcome to the maven-h2o wiki!

GIT fun!

(philwong) I'm not sure if it has benefit to clone into my own repository.

Fork Kit's repository (git@github.com:philwong/maven-h2o.git) to your own repository from GitHub.

git clone git@github.com:YOUR_NAME/maven-h2o.git

git checkout -b BRANCH_NAME (create branch and checkout out)

git push origin BRANCH_NAME (push to remote repository)

git status (optional, check file modified)

git add ... (add new source)

git commit -a -m "comment"

git push

git checkout master (switch to master)

git merge BRANCH (merge branch to master)

git push (sync master)

git branch -d BRANCH_NAME (remove local branch)

git push git@github.com:ykyuen/maven-h2o.git

FAQ

Clone this wiki locally