Sha256: 42247682d7ad5afa11c77442f2ff2cedd691c62f8f9440905eb42220ae2b9536
Contents?: true
Size: 882 Bytes
Versions: 16
Compression:
Stored size: 882 Bytes
Contents
GIT OBJECT TYPE NAME: git_repo SHORTCUT: git DESCRIPTION Reference to a git repository in the file system. The value of the git_repo object is a string. There are no children needed. CHILDREN None MESSAGES validate - Validate that this is a git repo. check_changes - Check to see if there are any pending changes. get_changes - Get the list of pending changes. commit - Commit changes. get_branch - Get the current branch. review - Review pending changes. EXAMPLE changes [can] : on_load [script] : show "Finding repos with local changes..." put $.user.home + "/dev" into changes.for.in run changes.for show "Done." for [each] : repo [git] : in [string] : do [script] : tell changes.for.repo to check_changes if it then show changes.for.repo SEE ALSO
Version data entries
16 entries across 16 versions & 2 rubygems