Git Plugin
Dependency :
compile ":git:"
Summary
Integrates git, the distributed version control system, into Grails projects. It can initialise a local git repository for your project, add a .gitignore file and commit the first version of your source code.
Installation
grails install-plugin git
Description
This plugin is currently a work in progress. Installation is either via the command
or the entry
in
which initialises a local git repository for your project, adds a .gitignore file, and then commits the current project source to that repository.
grails install-plugin git
build ":git:1.0-SNAPSHOT"BuildConfig.groovy . At the moment, there is just the one command:
grails git-init