Hello Hao
Thanks for the new repository, it looks all right.
The git repository that you forked contains the same code than the
Subversion repository that we checkout last week. The differences are:
* The SVN repository still (for now) the canonical repository where we
commit new code.
* The "https://github.com/apache/sis" repository is only a read-only
mirror of the Subversion repository. We can not write to that mirror.
Nevertheless, forking the Git mirror is still useful because it will
make easier to pull the work that will continue on Apache SIS in same
time that you write your own code.
You can use "https://github.com/haonguyen123/sis" as a replacement of
the Subversion checkout that we did last week, provided that you switch
to the JDK8 branch first:
git checkout JDK8
Martin
Le 09/05/16 à 03:50, phuong hao nguyen thi a écrit :
> I forked as you suggest and this is my new url
> https://github.com/haonguyen123/sis
> But this git and a git that you guide me install in netbeans . Are they the
> same ?