27 Jun
2017
27 Jun
'17
9:04 p.m.
On Tue, 2017-06-27 at 13:31 -0700, alvinpenner wrote:
now my next question is: how do I commit the patch? can I do this on the internet or do I need to do it on my hard disk?
There are some functions on the internet gitlab.com website which allows you to in-place edit a file, it creates a commit for your modifications.
Once edited, you can use the merge request / pull request button to ask for review.
The other option is to git clone, modify the file, commit, push and thn create a pull request using the url returned to your when you do a push.
Good luck!
Best Regards, Martin Owens