Category Archives: Git

Updated Docs for Spring Roo

Want updated Roo Documentation? Want information on creating and publishing Roo Add-Ons? 1. Get the dev build of Spring Roo from: http://git.springsource.org/roo I am assuming here that you have created a /roo-dev directory. To build Roo, you should read the … Continue reading

Posted in felix, Git, LogBack, OSGi, Roo, Spring, Spring Framework, Spring Roo | Tagged , , , , , , , | Leave a comment

Ignoring Files in Git

Quick tip on setting up files to be ignored for your system. 1. Execute the command setting the location of your system level ignore file git config –global core.excludesfile ~/.gitignore 2. Edit the Global Git Ignore File: ~/.gitignore .DS_Store *.swp … Continue reading

Posted in Git | Tagged | Leave a comment

Showing GIT Branch at OSX Prompt

Show the Git Branch in the Command Prompt A little helpful tip for those using GIT to show the current branch of code in the local Git repository for the current directory. The Configuration In your ~/.profile file: Add the … Continue reading

Posted in Git | Tagged , , | 1 Comment

Spring Batch Admin Console now in Git

The Spring Batch project has an optional Admin console web application for Batch processes. SpringSource moving forward will be migrating downloadable content from Subversion to Git repositories. Interested in working with Spring Batch Admin Console? Spring Batch Admin Source Repository … Continue reading

Posted in Git, Spring Batch, Spring Framework | Tagged , , , , , | 2 Comments