Aboelhamd Aly
<aboelhamd.abotr...@gmail.com> čálii:

> I forked apertium core and then added and modified some files and it's now
> ready in my forked repo, you can take a look here
> https://github.com/aboelhamd/apertium

Just a little note on git usage: You should do your development on a
non-master branch. You can create one called e.g. ambigrules

git checkout -b ambigrules

and then, assuming your https://github.com/aboelhamd/apertium is called
"origin" in your checkout, do

git push --set-upstream origin ambigrules

once to make your https://github.com/aboelhamd/apertium the default
target of "git push" in that branch.

Then you can open a Pull Request from your ambigrules branch to the
master of https://github.com/apertium/apertium . You can open the PR
before your changes are ready to be merged, if you'd like some feedback
on it (maybe put what you posted on the list there even).

(Your own master branch you should reset to apertium/master, in case you
ever want to make unrelated changes (e.g. some quick fix that should be
in there before your ambigrules branch is merged), and to make it easier
to merge in changes from apertium/master.)


-Kevin

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff

Reply via email to