Hi Alex,
Here is what I did: 1. Using Flash Builder 4.7 Git client to clone "https://git-wip-us.apache.org/repos/asf/flex-utilities.git" 2. Created a local branch "refs/heads/develop", which is rebased on the remote branch "refs/remotes/origin/develop" 3. Switched to the local branch "refs/heads/develop" 4. Made changes to installer/src/properties/zh_CN.properties and installer/src/properties/zh_TW.properties 5. Committed the 2 files to local branch "refs/heads/develop" 6. Push the local branch, now the most tricky part is the target ref name (push destination) has to be the local branch itself "refs/heads/develop", I thought it should be the remote branch "refs/remotes/origin/develop" but it doesn't work that way, I wonder why. Also noticed that the Git username must be lowercased, which means "darkstone" works, but "DarkStone" does not. Now if you synchronize on on the remote branch "refs/remotes/origin/develop", you can see those 2 files I've committed and pushed. I'm unfamiliar with Git, enlighten me if I did it wrong : ) DarkStone 2014-08-11 At 2014-08-10 11:30:00, "Alex Harui" <aha...@adobe.com> wrote: > > >On 8/10/14 2:29 AM, "DarkStone" <darkst...@163.com> wrote: > >>3. I made changes to zh_CN.properties & zh_TW.properties, fine-tuned some >>Chinese translations. > >Copies of these files are also kept in the flex-utilities Git repo in the >installer/src/properties folder. This would be a good opportunity to see >if you can get the Git repos from Apache and update them. > >-Alex >