Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6951897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:16:46+00:00 2026-05-27T14:16:46+00:00

i have a git repository that i created some time ago, and i made

  • 0

i have a git repository that i created some time ago, and i made the mistake of putting all the files of my project in the root git repository path. However, i discovered that i want to version control some more elements that do not really belong to the root folder.

My current git is like :

git_repos/file1
git_repos/file2
...

I would like to convert that to :

git_repos/demo/file1
git_repos/demo/file2
git_repos/other_folder
git_repos/other_folder/file

You get the idea. I know i may be able to do it by moving files, but something tells me that there is probably a better way. Is there ? 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T14:16:46+00:00Added an answer on May 27, 2026 at 2:16 pm

    The git mv command is what you want to use. You can move more than one file at once by ensuring that the final destination name is a directory. For example:

    git mv file* demo/
    

    Don’t forget to commit the result when you’re done, of course.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Git repository with 'master' branch. Some time ago (few months), we
I have some old branches in my git repository that are no longer under
I have a project A that is a Git repository. I would like to
I have created a git repo in a folder that had spaces and some
I have created a new project and checked the create a local git repository
I have a git repository that is just a directory tree (/myprogram/src/com/mycompany/test) with some
I have a central git repository that everyone pushes to for testing and integration,
I have a folder in my Git repository that I'd like to move out
I am new to git, and have a subversion repository that I want to
I created a mirror of an svn repository via git-svn . The first time

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.