MCPcopy
hub / github.com/timbrel/GitSavvy / GitCommand

Class GitCommand

core/git_command.py:675–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673
674
675class GitCommand(
676 RewriteMixin,
677 ActiveBranchMixin,
678
679 RemotesMixin, # depends on BranchesMixin
680 BranchesMixin,
681 CheckoutDiscardMixin,
682
683 StatusMixin, # depends on HistoryMixin
684 HistoryMixin,
685
686 IgnoreMixin,
687 MergeMixin,
688 StageUnstageMixin,
689 StashMixin,
690 TagsMixin,
691 _GitCommand
692):
693 pass

Callers 15

test_fetch_allMethod · 0.90
test_fetch_remoteMethod · 0.90
test_fetch_branchMethod · 0.90
test_invalid_callsMethod · 0.90
test_local_branchMethod · 0.90
test_remote_branchMethod · 0.90
test_tracking_statusMethod · 0.90
init_repoMethod · 0.90

Calls

no outgoing calls

Tested by 15

test_fetch_allMethod · 0.72
test_fetch_remoteMethod · 0.72
test_fetch_branchMethod · 0.72
test_invalid_callsMethod · 0.72
test_local_branchMethod · 0.72
test_remote_branchMethod · 0.72
test_tracking_statusMethod · 0.72
init_repoMethod · 0.72