git - Cloning a repo contents and disconnect it from updates -
git - Cloning a repo contents and disconnect it from updates -
all,
i need little help/clarification on cloning.
basically, i'm wondering how (if possible) clone repo , utilize contents of starting point own repo.
example.
i have new git repo own project. want utilize initializr give me basic skeleton utilizing bootstrap , stuff. however, 1 time cloned, don't want track anymore.
i looked submodules, if understand correctly, don't modify files in parent repo, want do.
eventually want creating project skeleton our own modules latest version of initializr or else throw in there.
you can delete origin remote (and remote tracking branches) running
git remote remove origin git
Comments
Post a Comment