Dear Brother, > Oh - so I PUSHED it. But I don't have any permissions on the > repo.... Can I have permission, please? :-*
Let's first try the usual way, it wasn't clear in my first mail, sorry. You must push on the repository you forked, and thus on which you have access, and then make a pull request from your forked repository to the main repository (on which you don't have access yet). > 3. did checkout on the release branch - now, I couldn't find release > in the files on my computer that I got from the fork, but I found > release branch in the "Tracking Branch" which seems to be the online > repo. Indeed, git doesn't use files and directories for branches, it has a special mechanism, so your files are in the "release-3.0" state. > So it seems like GIT is comparing my local version to the one in the > release area. Well, I don't know how the github client does things, but it's certainly not the case... Normally, your files should be in the state of the "release-3.0" branch, and you should push on this branch... but I don't know how to do that with the windows client... Tell us what you find. Thank you, -- Elie _______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

