Re: [cobbler] Simplified patch process?

2014-09-21 Thread Jörgen Maas
In short: login to github go to http://github.com/cobbler/cobbler click on the fork button in your terminal: git clone https://github.com/your username/cobbler.git cd cobbler vim whatever you want to change git status (see changed files, use git add/rm) when happy: git commit -a (please use a

Re: [cobbler] Simplified patch process?

2014-09-20 Thread Orion Poplawski
On 09/18/2014 01:00 PM, Gary Algier wrote: Hello: I have patched a few things on my local copy of 2.6.5 and I would like to contribute the fixes back upstream. However, when I asked before what to do with my fixes, I was told: Submit a pull request on github -

[cobbler] Simplified patch process?

2014-09-18 Thread Gary Algier
Hello: I have patched a few things on my local copy of 2.6.5 and I would like to contribute the fixes back upstream. However, when I asked before what to do with my fixes, I was told: Submit a pull request on github - https://github.com/cobbler/cobbler Is there any sort of using GIT to