Re: [Gambas-devel] Fwd: Cloned and edited. How do I get the changes staged, committed, and then upl
Brought to you by:
gambas
From: Adrien P. <adr...@gm...> - 2017-08-21 06:43:47
|
Le Mon, 21 Aug 2017 08:35:40 +0200, PICCORO McKAY Lenz <mck...@gm...> a écrit: > too many words.. > zxMarce has only one problem.. dont have access to git repository .. > Benoit must added it.. (later) and then he can commit normally > > the alternate way its the cited workflow, lest resume: > fork the repo to your account: zxMarce (will be then at > https://gitlab.com/zxMarce/gambas.git/) > clone: git clone https://gitlab.com/zxMarce/gambas.git gambasdevel > cd gambasdevel > edit gb.db/odbc/gb.db.odbc/src/main.c > git commit -a > git push > then now in gitlab interface made a pull request to the gambas repo Everyone who wants to contribute shouldn't have write access to the repository ! The fork / merge request workflow is how you should contribute (not an "alternate way"), if everybody had write access it would be quite a mess ! I am writing a "how to contribute" guide that will be uploaded to the wiki right now, explaining in detail how to use Git and GitLab to make contributions without having write access to the main repository. -- Adrien Prokopowicz |