Feature #12932
Bootstrap/Helper
| Status: | Rejected | Start date: | 2011-02-10 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
A little helper tool that eases the setup of a clone would be very nice.
It should wrap:
- git clone
- git submodules update --init
- ~scp hooks into proper place
- ~git config --push-url
History
Updated by Karsten Dambekalns over 2 years ago
The first two are simple:
- git clone --recursive
For the last we recommend pushInsteadOf. That leaves the hooks.
For the record: http://www.wwwision.de/githelper/
Updated by Steffen Gebert 6 months ago
- Status changed from New to Rejected