Sha256: dc9bdf881aae478331d47886e1a14e5c43f93f6e6c0b6a8198ff754318dfe04a

Contents?: true

Size: 1.52 KB

Versions: 268

Compression:

Stored size: 1.52 KB

Contents

== git subrepo clone git@genius --branch=bob ext/genius

- create orphan branch repo/genius
- fetch git@genius --branch=bob
- create local branch repo/genius
- checkout repo/genius into ext/genius
- SYNC-DANCE:
  - add ext/genius/.gitrepo
  - commit the add and prune the commit
  - merge the pruned commit into mianline

== git subrepo pull ext/genius

- checkout ext/genius
- fetch git@genius --branch=bob
- merge/rebase FETCH_HEAD
- commit if merge successful
- checkout original branch
- SYNC-DANCE

== git subrepo branch ext/genius
- filter-branch subdir ext/genius
- filter-branch 'rm .gitrepo'
- add parent of original
- name the commit subrepo/ext/genius

== git subrepo checkout ext/genius
- subrepo branch ext/genius
- checkout subrepo/ext/genius

== git subrepo push ext/genius
- subrepo branch ext/genius
- checkout repo/genius
- merge/rebase subrepo/ext/genius
- push repo/genius git@genius/bob
- checkout original


= Commands =

git subrepo clone git@github.com:ingydotnet/bashplus.git
git subrepo clone git@github.com:ingydotnet/bashplus.git ext/bashplus
git subrepo clone git@github.com:ingydotnet/bashplus.git --branch=devel
git subrepo clone git@github.com:ingydotnet/bashplus.git --reclone


git subrepo pull git@github.com:ingydotnet/bashplus.git
git subrepo pull git@github.com:ingydotnet/bashplus.git --branch=master
git subrepo pull git@github.com:ingydotnet/bashplus.git --rebase

git subrepo branch ext/bashplus         # create refs/heads/subrepo/ext/bashplus

git subrepo checkout ext/bashplus

git subrepo push ext/bashplus


Version data entries

268 entries across 268 versions & 4 rubygems

Version Path
eac_tools-0.86.5 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.86.4 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.86.3 sub/eac_git/vendor/git-subrepo/note/Story1
eac_git-0.16.0 vendor/git-subrepo/note/Story1
eac_tools-0.86.2 sub/eac_git/vendor/git-subrepo/note/Story1
eac_git-0.15.0 vendor/git-subrepo/note/Story1
eac_tools-0.84.2 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.84.1 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.84.0 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.83.0 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.82.0 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.81.0 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.80.0 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.79.0 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.78.0 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.77.1 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.77.0 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.76.1 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.76.0 sub/eac_git/vendor/git-subrepo/note/Story1
eac_tools-0.75.2 sub/eac_git/vendor/git-subrepo/note/Story1