Sign in to edit and +1 items.
Login required
Download

Git Plugin

(0)
Author(s) Peter Ledbrook
Current Release    (1 year ago)
Grails Version ?
Tags
Dependency
compile ":git:"
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.
Last updated by admin 1 year ago
grails install-plugin git
Last updated by pledbrook 1 year ago
This plugin is currently a work in progress. Installation is either via the command
grails install-plugin git
or the entry
build ":git:1.0-SNAPSHOT"
in BuildConfig.groovy .

At the moment, there is just the one command:

grails git-init
which initialises a local git repository for your project, adds a .gitignore file, and then commits the current project source to that repository.
Last updated by admin 1 year ago
Last updated by admin 1 year ago