Hi, Having yet another issue with Git in utilities repo. I'm made changes to README and RELEASE_NOTES but can't push them to the repo.
git status # On branch origin # Your branch is ahead of 'origin/master' by 2 commits. # (use "git push" to publish your local commits) git remote show origin * remote origin Fetch URL: https://git-wip-us.apache.org/repos/asf/flex-utilities.git Push URL: https://git-wip-us.apache.org/repos/asf/flex-utilities.git HEAD branch: master Remote branch: master tracked Local branch configured for 'git pull': origin merges with remote master However when I do a git push it says "Everything up-to-date" and does not push the changes - any ideas? Justin