bike-barn / hermit

A home directory configuration management assistant
http://bike-barn.github.io/hermit/
Other
33 stars 7 forks source link

Implement git subcommand #107

Open RadicalZephyr opened 8 years ago

RadicalZephyr commented 8 years ago

Run an arbitrary git command inside the current hermit shell's directory. Runs it from the root of the shell.

RadicalZephyr commented 8 years ago

In addition, the "right" way to implement this is probably going to be to setup the current directory and the argument list correctly and then exec git.

polyzen commented 5 years ago

https://github.com/zx2c4/password-store/blob/master/src/password-store.sh#L649