mix_version
v2.1.0
  • Pages
  • Modules
  • Mix Tasks

    View Source MixVersion.Git (mix_version v2.1.0)

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

    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)
    tag(repo, name, opts)

    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

    tag(repo, name, opts)

    View Source

    Hex Package Hex Preview (current file) Download ePub version

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