Realleasy
v0.3.1
Pages
Modules
Mix Tasks
GitHelper
(Realleasy v0.3.1)
View Source
Link to this section
Summary
Functions
checkout_git_branch(branch_name, opts \\ [])
fetch_git_changes()
get_current_git_branch()
get_most_recent_git_tag(ref \\ nil)
get_random_branch_name(length \\ 10, prefix \\ "release-", suffix \\ "")
get_remote_url(remote \\ "origin")
git_add(filenames)
git_commit(message, opts \\ [])
git_push(remote_branch, opts \\ [])
git_tag(version, commit, message)
git_unstage_all()
stash_current_git_changes()
unstash_current_git_changes()
Link to this section
Functions
Link to this function
checkout_git_branch(branch_name, opts \\ [])
View Source
Link to this function
fetch_git_changes()
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_add(filenames)
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
git_unstage_all()
View Source
Link to this function
stash_current_git_changes()
View Source
Link to this function
unstash_current_git_changes()
View Source