diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2013-03-22 22:44:35 +0100 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2013-03-22 22:44:35 +0100 |
commit | 1a82169a20070d85e99f34bc7b2135be21e68e2a (patch) | |
tree | a7391db5551eea712837a5d10a446a79c0c7a4f1 /source_repositories | |
parent | 3f1589244d8fd4e8e0737547d0f491396d155835 (diff) |
remove wrong bits about git-new-workdir usage
Diffstat (limited to 'source_repositories')
-rw-r--r-- | source_repositories/incubator.mdwn | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source_repositories/incubator.mdwn b/source_repositories/incubator.mdwn index 5e974cae..6d61a9e7 100644 --- a/source_repositories/incubator.mdwn +++ b/source_repositories/incubator.mdwn @@ -24,8 +24,6 @@ its branches, usually as a subdirectory of the current repository. The advantage of using it for `incubator` is that only one clone is needed, and it can be possible to work simultaneously on many branches (instead of only on the current branch of that clone). -The drawback is that updating a subrepository requires updating its branch -on the main clone first. Let's start checking out the `incubator` repository: @@ -46,11 +44,3 @@ simplicity, but can be created anywhere else: After this, a new `tarfs` subdirectory appears, which represents the `tarfs/master` branch. You can normally work on this new repository as usual. -As said earlier, updating `tarfs` requires fetching/pulling in `incubator` -first: - - $ cd incubator/ - incubator$ git pull/fetch - incubator$ cd tarfs/ - tarfs$ git pull/fetch - |