Thanks, Thilina, you seem to have got it working, including merging in my latest changes.
You can modify .gitignore or your local git config to ignore Backup files like Readme~ - see examples in https://github.com/github/gitignore/blob/master/Global/Emacs.gitignore https://help.github.com/articles/ignoring-files/ It's also good to use "git status" to see what you are about to commit, and when making the Pull Request, review "Files changed" to see you are not changing other things unexpectedly. On 28 April 2016 at 09:19, stain <[email protected]> wrote: > Github user stain commented on the pull request: > > > https://github.com/apache/incubator-taverna-common-activities/pull/1#issuecomment-215347367 > > Yes, this looks OK - except you are committing an extra `Readme.md~` - > Emacs backup file? > > Now could you try to remove that locally with `git rm` and `git commit`, > then `git push` again - it should update this pull request. > > > --- > If your project is set up for it, you can reply to this email and have your > reply appear on GitHub as well. If your project does not have this feature > enabled and wishes so, or if the feature is enabled but not working, please > contact infrastructure at [email protected] or file a JIRA ticket > with INFRA. > --- -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/0000-0001-9842-9718
