imag/bin/core/imag-init
Matthias Beyer fa8af0c053
Merge pull request #1275 from matthiasbeyer/clap-features
Clap features
2018-02-11 13:29:17 +01:00
..
src Fix: git dir is not worktree dir 2018-02-10 18:18:39 +01:00
Cargo.toml Update dependency: clap: 2.17 -> 2.29 2018-02-10 16:40:34 +01:00
README.md imag-init: initial import 2018-01-03 15:48:58 +01:00

README.md

Init

This is the only imag-* command which does not set up a runtime and check whether the store is available. This command can be used to set up a imag store.

It also puts a default configuration in the right place and initializes a git repository, if there is a git command in $PATH (via calling git on the commandline, not via libgit2 or some other library).