Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lcenchew lcenchew released this 16 Aug 04:34
· 8 commits to master since this release
da53f4a
fix: git remote syntax

usage: git remote add [<options>] <name> <url>

    -f, --fetch           fetch the remote branches
    --tags                import all tags and associated objects when fetching
                          or do not fetch any tag at all (--no-tags)
    -t, --track <branch>  branch(es) to track
    -m, --master <branch>
                          master branch
    --mirror[=(push|fetch)]
                          set up remote as a mirror to push to or fetch from