Namespaces
Fake
Fake.Git
Fake.MSBuild
Fake.SQL
FakeLib
Types in Fake.Git
Branches
CommandHelper
CommitMessage
FileStatus
Information
Merge
MergeType
Rebase
Repository
Reset
SanityChecks
SHA1
Staging
Stash
Submodule
Tags
Type
SanityChecks
Namespace
Fake.Git
Methods
checkIfBranchExists
checkIfBranchIsAbsent
checkIsLocalBranch
checkIsRemoteBranch
checkRevisionExists
Public static methods
void
checkIfBranchExists
(
string
repositoryDir,
string
branch)
Checks if the given branch exists.
void
checkIfBranchIsAbsent
(
string
repositoryDir,
string
branch)
Checks if the given branch is absent.
void
checkIsLocalBranch
(
string
repositoryDir,
string
branch)
Checks if the given branch is a local branch.
void
checkIsRemoteBranch
(
string
repositoryDir,
string
branch)
Checks if the given branch is a remote branch.
void
checkRevisionExists
(
string
repositoryDir,
string
revision1)