Do you mean as a 'fork' that "+" icon next to documentation?It is generating new file in the project.
On Sun, Feb 17, 2013 at 3:28 PM, Bernhard Posselt <[email protected]> wrote: > On 02/17/2013 03:24 PM, Arman Khalatyan wrote: >> Hi, I wrote some steps to setup HA-Linux with CentOS(or Ubuntu) with >> Owncloud on two nodes. >> I wish to push the changes to git . >> I followed the steps on >> https://github.com/owncloud/documentation/blob/master/CONTRIBUTING.rst >> The final step to push to github is unclear. >> If I do: >> git commit -m "HA-Linuix with OC instance" >> git push >> the push failed with >> fatal: remote error: >> You can't push to git://github.com/owncloud/documentation.git >> >> What is the next step after commit to local. Should I request merge ? >> Sorry, but I am new in git. >> Can someone advice me how to proceed further? >> Thanks, >> Arman >> _______________________________________________ >> Owncloud mailing list >> [email protected] >> https://mail.kde.org/mailman/listinfo/owncloud > You need to create a pull request. To do that, hit the "Fork" button on > the on the documenation page. This will create a local copy for you. > Then do: > > git push YOUR_COPY_URL master > > and glick the "Pull Request" button. > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
