How to manage multiple projects based on the same template in git? -
i wrote simplistic , generic piece of blogging software using rails have hosted on github.
i'm relatively new using git, use project template designing project need similar functionality (ability post something, leave comments on it, etc). want ability push changes new project old one, should find bug or come new common piece of functionality want push back.
what correct way handle setup in git? should fork original or clone , push new repository add original second remote, or else entirely?
cloning forking in case, there’s no difference. in both cases history, need (or rather, specify/defaults).
the approach mentioned way go, yes.
you can push individual changesets original repo later on apply changes there well.
Comments
Post a Comment