Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

getblessing/rez-gitz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rez-gitz

  1. git clone from github
  2. rez-build it

Install

$ git clone https://github.com/davidlatwe/rez-gitz.git
$ cd rez-gitz
$ rez build --install

Usage

$ rez-env gitz -- clone https://github.com/mottosso/rez-pipz.git --install

equivalent

$ rez-env gitz
> $ clone https://github.com/mottosso/rez-pipz.git --install

You may clone specific branch

> $ clone https://github.com/mottosso/rez-pipz.git --install --branch=dev

Notice

  • gitz will append breadcrumb attributes into cloned package:
    gitz = True
    gitz_from_branch = "branch-name"