gita
gita copied to clipboard
Gita clone -g should create group if not exists.
My plan is to make a install.sh
script to setup my project. It would be nice to have the ability to make a new group if it doesn't exist.
❯ gita clone -f gita-config-http -g test
usage: gita clone [-h] [-C DIRECTORY] [-p] [-n] [-g {DAA} | -f] clonee
gita clone: error: argument -g/--group: invalid choice: 'test' (choose from 'DAA')
thanks, this is a good point
I am working on this case #271 such that gita freeze
would save the group information as well. When that works, the -g
option via gita clone
would overwrite the original group information