-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command for cloning a git repo and adding it to a group #202
Comments
I think it's a good idea |
If i understand this correctly,
the requested feature is a mix of both - clone a single repo, then add it. So, change the 'clone' command to work with a single repo? perhaps:
-u meaning clone from url
and
clone all items from config_file and add to group Foo. (not what the poster asked, but along a similar idea)
|
Alternatively, maybe a more radical change? merge clone and add:
all other 'gita add' remain as they currently are. |
Thanks @ackermanaviation for putting the thought. The I prefer to leave
becomes
at the current working directory. Then we can add some options, say |
The previous `gita clone config-file` corresponds to `gita clone -f config-file` Now, by default `gita clone <url>` translates to `git clone <url>` at the current working directory Also add `-C` option for changing current working directory before execution
* reimplement gita clone #202 The previous `gita clone config-file` corresponds to `gita clone -f config-file` Now, by default `gita clone <url>` translates to `git clone <url>` at the current working directory Also add `-C` option for changing current working directory before execution
https://github.com/nosarthur/gita/releases/tag/v0.16.2 |
implemented in v0.16.6.1 |
I would like to do something like this:
The result would be the same as:
The text was updated successfully, but these errors were encountered: