git - Cloning a repo contents and disconnect it from updates -


All,

I need a little help / explanation on some cloning.

Actually, I'm thinking that (if possible) make a repo clone and use its content as a starting point for its own repo.

Example. To use the new GIT repo I Initializr for my own project, I want to give a basic skeleton and all this stuff to use a bootstrap though, once cloned, I do not want to track it anymore .

I looked in the submodules, but if I understand correctly, then you do not modify those files in the original repo, which in fact I

I want to try to build a project skeleton with the module which will get the latest version of the initial version or we will throw anything there.

You can move the original remote (and remote tracking branches) by running

  git remote delete original  

Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -