proposal for kdevelop.org new website design

Niko Sams niko.sams at gmail.com
Sun May 9 09:40:55 UTC 2010


On Sat, May 8, 2010 at 21:00, Sam S. <smls75 at gmail.com> wrote:
> On Sat, May 8, 2010 at 10:06 AM, Niko Sams <niko.sams at gmail.com> wrote:
>> [...]
>> I created a repository here:
>> http://kdevelop-website.beanstalkapp.com/kdevelop_website
>> and sent you and Amilcar an invitation.
>> Feel free to push any changes.
>
> Wow, thanks for taking the time to set that up, this should be really useful.
>
> I've managed to pull a local clone of the repository, and got it to
> run with my local Apache+PHP too.
> Just so I'm clear on this, as this is the first time I'm using a VCS
> (not counting anonymous "svn co" for downloading stuff):
> This is basically what I'm supposed to do each time, right?:
>
> $ git pull
> # commit changes to local master branch
> $ git commit -a -m "commit message"
> $ git push
yes, that should be it.
you might use git pull --rebase as  it avoids useless merge commits.

Niko




More information about the KDevelop-devel mailing list