git « playframework « Java Enterprise Q&A





1. Egit ignores files from playframework    stackoverflow.com

Today I started to play around with git to create some patches. I choose egit for this job, because I don't know a nice gui for git and I'm a eclipse ...

2. How can I know for which branch a changeset was made at github?    stackoverflow.com

Hi I'm follow the changes of the playframework with an rss-feed on lighthouse
http://play.lighthouseapp.com/projects/57987-play-framework/events.atom. It works pretty cool an I like it, but there is one thing I'm missing: How ...

3. Putting output of 'git describe' in template using play framework?    stackoverflow.com

I'd like to show the output of 'git describe' in my view. Do I need to write a plug-in that updates a value and sets it application wide? Or is there ...

4. How I can handle a multi-projects support in Idea in GIT support context?    stackoverflow.com

I have several projects which are under git repositories. All projects have its own GIT-url in the repository. I try to import them to IntelliJ-idea: it works/resolves more or less well but ...