[vmchecker-dev] new version: v0.5-beta1

Lucian Adrian Grijincu lucian.grijincu at gmail.com
Sun Mar 28 15:09:15 EEST 2010


On Sun, Mar 28, 2010 at 1:57 PM, Claudiu-Dan Gheorghe
<claudiugh at gmail.com> wrote:
> Ok, so I should make "git pull" from
> git at github.com:vmchecker/vmchecker.git and after that "git push" to my
> fork from github?


This should do it:

a) add a remote named "vmchecker"
  git remote add vmchecker git://github.com/vmchecker/vmchecker.git

b) fetch changesets from all remotes
  git remote update

c) integrate changes from vmchecker's master branch into the current branch
  git merge vmchecker/master

d) push my changes back to my github account in the master branch
  git push origin master



>> Here are some stats about our releases:
>> * version 0: all bash
>> * version 1: Python 1000 lines, C/C++ 2500 lines
>> * version 2: Python 1700 lines, C/C++ 2300 lines
>> * version 3: first Python-only version: 2000 lines
>> * version 4: Python 2200 lines
>> * version 5: Python 5000 lines (3000 code, 1000 comments, 1000 blank)
>> and Java (GWT) 2300 lines (1800 code)
>
> correction: 2300 *beautiful* lines of Java (GWT) code

Stunning, mesmerizing :)

-- 
 .
..: Lucian


More information about the vmchecker-dev mailing list