Skip to content

ENH: Add repository revision support #3

@westurner

Description

@westurner

For the sh report, (optionally?) include the requisite vcs commands to replicate the HEAD of each repository working directory:

  • cd $dir
  • git checkout [...] [--track <remote/branch>] and/or git pull
  • hg checkout [-c]
  • svn
  • bzr
git remote
git remote help
git remote add upstream ssh://git@github.com/westurner/pyrpo
git remote remove upstream
git remote set-url upstream ssh://git@github.com/westurner/pyrpo
hg r

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions