mix_version v2.0.6
  • Pages
  • Modules
  • Mix Tasks

    View Source MixVersion.Git (mix_version v2.0.6)

    This module is a simple, ad-hoc interface to the Git CLI.

    Link to this section Summary

    Functions

    add(repo, path)
    check_tag_availability(repo, tag)
    commit(repo, message)
    get_repo(path)
    get_unstaged(repo)
    installed?()
    path_relative_to(path, repo)
    relative_path!(repo, path)
    relative_path(repo, root)
    tag(repo, name, opts)

    Link to this section Functions

    Link to this function

    add(repo, path)

    View Source
    Link to this function

    check_tag_availability(repo, tag)

    View Source
    Link to this function

    commit(repo, message)

    View Source
    Link to this function

    get_repo(path)

    View Source
    Link to this function

    get_unstaged(repo)

    View Source
    Link to this function

    installed?()

    View Source
    Link to this function

    path_relative_to(path, repo)

    View Source
    Link to this function

    relative_path!(repo, path)

    View Source
    Link to this function

    relative_path(repo, root)

    View Source
    Link to this function

    tag(repo, name, opts)

    View Source

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.28.3) for the Elixir programming language