git_wrapper

Contents:

  • Welcome
  • Installation
  • Usage
  • API Reference
    • GitBranch
    • GitCommit
    • Exceptions
    • GitLog
    • GitRemote
    • GitRepo
    • GitTag
    • Submodules
  • Contributing
  • Credits
  • Changelog
git_wrapper
  • API Reference
  • View page source

API Reference

  • GitBranch
    • GitBranch
      • GitBranch.abort_patch_apply()
      • GitBranch.abort_rebase()
      • GitBranch.apply_diff()
      • GitBranch.apply_patch()
      • GitBranch.cherry_equivalent()
      • GitBranch.cherry_on_head_only()
      • GitBranch.create()
      • GitBranch.exists()
      • GitBranch.hard_reset()
      • GitBranch.hard_reset_to_ref()
      • GitBranch.log_diff()
      • GitBranch.rebase_to_hash()
      • GitBranch.remote_contains()
      • GitBranch.reverse_diff()
      • GitBranch.short_log_diff()
  • GitCommit
    • GitCommit
      • GitCommit.abort_cherrypick()
      • GitCommit.cherrypick()
      • GitCommit.commit()
      • GitCommit.describe()
      • GitCommit.revert()
      • GitCommit.same()
      • GitCommit.to_hexsha()
  • Exceptions
    • AbortException
    • ChangeNotAppliedException
    • CheckoutException
    • CommitMessageMissingException
    • DescribeException
    • DirtyRepositoryException
    • FileDoesntExistException
    • GitWrapperException
    • PushException
    • RebaseException
    • ReferenceNotFoundException
    • RemoteException
    • RepoCreationException
    • ResetException
    • RevertException
    • TaggingException
  • GitLog
    • GitLog
      • GitLog.grep_for_commits()
      • GitLog.log_diff()
      • GitLog.log_show_commit()
      • GitLog.short_log_diff()
  • GitRemote
    • GitRemote
      • GitRemote.add()
      • GitRemote.fetch()
      • GitRemote.fetch_all()
      • GitRemote.names()
      • GitRemote.names_url_dict()
      • GitRemote.remove()
  • GitRepo
    • GitRepo
      • GitRepo.branch
      • GitRepo.clone()
      • GitRepo.commit
      • GitRepo.destroy_and_reclone()
      • GitRepo.git
      • GitRepo.log
      • GitRepo.remote
      • GitRepo.repo
      • GitRepo.tag
  • GitTag
    • GitTag
      • GitTag.create()
      • GitTag.delete()
      • GitTag.names()
      • GitTag.push()
  • Submodules
    • Utils module
      • utils.Decorators
        • reference_exists()
Previous Next

© Copyright 2021, Jason Joyce, Julie Pichon.

Built with Sphinx using a theme provided by Read the Docs.