gitlab - Git: Changing my application architecture -


i maintain repository of code in gitlab. due architectural changes in application, need maintain separate version of repository different. but, need keep old version too, future development.

i know a new git branch serve purpose. but, in case, need branch permanently separated other branch. please correct me if right way, or suggest me otherwise.

when working git have find workflow. tells when branch, tag, clone , on. i'm fond of feature branch one.

your case doesn't seem fit in branching case me may find comfortable working way. personally, i'd create repository.


Comments

Popular posts from this blog

c# - SharpDX Toolkit models rendering inside out -

c# - ajax - How to receive data both html and json from server? -