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:
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