GitHelper (Realleasy v0.3.1) View Source

Link to this section Summary

Link to this section Functions

Link to this function

checkout_git_branch(branch_name, opts \\ [])

View Source
Link to this function

get_current_git_branch()

View Source
Link to this function

get_most_recent_git_tag(ref \\ nil)

View Source
Link to this function

get_random_branch_name(length \\ 10, prefix \\ "release-", suffix \\ "")

View Source
Link to this function

get_remote_url(remote \\ "origin")

View Source
Link to this function

git_commit(message, opts \\ [])

View Source
Link to this function

git_push(remote_branch, opts \\ [])

View Source
Link to this function

git_tag(version, commit, message)

View Source
Link to this function

stash_current_git_changes()

View Source
Link to this function

unstash_current_git_changes()

View Source