LxCenter Wiki →
GITHUB
WORK IN PROGRESS
Checkout Full GIT data (Lots of data to download):
Latest Kloxo development main development line (Unstable)
Latest Kloxo development branch on particular version
Kloxo released version (no development here)
or
Just change the version you want to get.
We are hosting our development on GitHub. For contribute initially you have to fork the master branch from github:
1 - Click on the button "fork" with your GitHub user logged on https://github.com/lxcenter/hypervm
2 - Clone the master repository on your local environment:
That creates a "hypervm" folder with all the master repository code.
3 - Configure the remote and upstream repository
For fetch updates from master repository and send your contributions make this steps:
Now you can hack everything and make nice bugfixes, patches, features or whatever that you want with the code.
For push your changes to your fork branch:
If you can update your fork branch with the master updates:
More help on: http://help.github.com/fork-a-repo/
The ’*’ indicates that we are currently on it
Subscribe
GITHUB
WORK IN PROGRESS
Checkout Full GIT data (Lots of data to download):
-
$ git checkout git://github.com/lxcenter/hypervm.git
-
$ git checkout git://github.com/lxcenter/kloxo.git
Latest Kloxo development main development line (Unstable)
Latest Kloxo development branch on particular version
Kloxo released version (no development here)
or
Just change the version you want to get.
We are hosting our development on GitHub. For contribute initially you have to fork the master branch from github:
1 - Click on the button "fork" with your GitHub user logged on https://github.com/lxcenter/hypervm
2 - Clone the master repository on your local environment:
$ git clone git@github.com:your-github-username/hypervm.git
That creates a "hypervm" folder with all the master repository code.
3 - Configure the remote and upstream repository
For fetch updates from master repository and send your contributions make this steps:
$ cd hypervm $ git remote add upstream git@github.com:lxcenter/hypervm.git $ git fetch upstream
Now you can hack everything and make nice bugfixes, patches, features or whatever that you want with the code.
For push your changes to your fork branch:
$ git push origin master
If you can update your fork branch with the master updates:
$ git fetch upstream $git merge upstream/master
More help on: http://help.github.com/fork-a-repo/
- Bring new changes from GitHub (master branch):
$ git pull upstream master
- Bring new changes from GitHub (dev branch):
$ git pull upstream dev
- Show the remotes (alias and where you gonna commit):
$ git remote -v
- See the current branchs:
$ git branch
The ’*’ indicates that we are currently on it
- Create new branch:
$ git branch dev
- Switch to branch:
$ git checkout dev
- See the commits as graph:
$ git log --decorate=full --graph
- Reverting a pull request:
$git revert -m 1 COMMIT_HASH $git push upstream
Subscribe
Just send a blank email message to subscribe.
When sourcecode is changed, an email is send with details.
When sourcecode is changed, an email is send with details.
Created by d.terweij. Last Modification: Sunday 22 January, 2012 14:50:35 by Ángel Guzmán Maeso.
Sidebar
Featured links
Top Pages
Latest Kloxo Issues
Sidebar
Login
Online users
35
online users
Last Visitors
-
You
Thu 23 Feb., 2012 06:30
-
bram_inf
Wed 22 Feb., 2012 23:38
-
vybiralm
Wed 22 Feb., 2012 20:21
-
Ángel Guzmán Maeso
Wed 22 Feb., 2012 00:01
