B
B
buzzi8882014-05-05 10:58:55
git
buzzi888, 2014-05-05 10:58:55

How to set a new root in GIT?

Greetings!
The project with the repository has moved to a subfolder.
It was

/folder
   .git
   index.html
   app.js

became
/folder
   /app 
      .git
      index.html
      app.js

you need to somehow create a repository in the /folder folder, which will capture the existing one in the /folder/app subfolder.
Is this possible?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rsludge, 2014-05-05
@buzzi888

git-scm.com/book/en/%D0%98%D0%BD%D1%81%D1%82%D1%80...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question