gitrecipe

Software Screenshot:
gitrecipe
Software Details:
Version: 0.0.2
Upload Date: 15 Apr 15
Developer: Ivan Gromov
Distribution Type: Freeware
Downloads: 56

Rating: 3.7/5 (Total Votes: 3)

gitrecipe uses system git command and its syntax.

Usage:

Recipe clones git repository and checkouts to revision, if it is provided in configuration. You can use recipe like this:

[buildout]
parts = data

[data]
recipe = gitrecipe
repository = git://example.com/my-git-repo.git
rev = origin/redevlop-branch


Options:

repository - repository url

ref of rev - git reference wich you want to checkout

Notes

rev option leaved for compatibility with zerokspot.recipe.git. It is better to use ref parameter, because it corresponds Git terminology

About

I've used recipe zerokspot.recipe.git, but as for me, it too complex and has some disadvantages:

* it does not allow commit from the source folder, default remote is local copy in downloads
* it does not allow to specify the tag or branch of the repository, only revision hash

So I wrote my own git recipe with compatible options. You can choose this or that.

Requirements:

  • Python

Similar Software

reposurgeon
reposurgeon

17 Feb 15

Meld
Meld

22 Jun 18

infrae.i18nextract
infrae.i18nextract

20 Feb 15

RhodeCode
RhodeCode

20 Feb 15

Other Software of Developer Ivan Gromov

Comments to gitrecipe

Comments not found
Add Comment
Turn on images!