Hi,

Shouldn't these useful informations go to http://owncloud.org/dev/contribute/ ?

thanks.

Guillaume

Le 20/06/2012 16:53, Victor Dubiniuk a écrit :
Hi Nathan,

yes, it is correct.

All features and bug fixes go into the master branch so you need to
clone master first. 
Thus, you need to use the master branch to validate bug report first.
For a new feature make your clone of master and start a new branch:

git checkout -b my-new-feature-name master

You will be switched to the my-new-feature-name branch automatically.
If you need switch back to the master for recent commits use

git checkout master 

Good Luck.

----
Victor Dubiniuk

 On Tue, Jun 19, 2012 at 11:11 PM, Nathan Anderson
<nander...@sum-ware.com [3]> wrote:


Links:
------
[1] mailto:Owncloud@kde.org
[2] https://mail.kde.org/mailman/listinfo/owncloud
[3] mailto:nander...@sum-ware.com

_______________________________________________
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to