Oh yes, I remember I did register my SSH keys on GitHub. I guess that's what gave me access...
So in the future I do this: - Register my user name and email with git config - Clone the ops4j project directly to my local computer without forking - Do my local changes, add, and then commit - git fetch and then git merge before I do... - ...git push Is that correct? I guess the above will render an extra "merge" commit if there are any changes made at ops4j after I created my clone but that is normal behaviour then. /Bengt 2012/2/6 Harald Wellmann <[email protected]> > Am 06.02.2012 21:22, schrieb Bengt Rodehav: > > Thanks a lot for your reply Harald, >> >> I'm glad I didn't mess things up completely then. I guess we can live >> with "unknown" for this commit. >> >> > Yeah, now we know it was you ;-) > > > I thought I had to go via my GitHub account since that account is what >> is given permission to push to ops4j. Or did I misunderstood this - >> perhaps anyone can push to ops4j projects? >> >> > No, you need the GitHub account and your SSH key or HTTPS password to push > to GitHub, and you need to be a member of the ops4j organization. > > The name and email in the Git commit message is just a string and might be > anything. > > Of course it *should* match your actual email address, and I'd say it *has > to* when it comes to signed tags. > > > Cheers, > Harald > > > ______________________________**_________________ > general mailing list > [email protected] > http://lists.ops4j.org/**mailman/listinfo/general<http://lists.ops4j.org/mailman/listinfo/general> >
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
