Skip to content

I want to stop pushing all file in a folder where i save my project on GitHub #69638

Discussion options

You must be logged in to vote

t appears that you've accidentally pushed all the files in a folder, including multiple projects, to a single GitHub repository. To undo this and separate your projects into their respective repositories, you can follow these steps:

  1. Clone the Repository: If you haven't already, clone the GitHub repository containing all the files to your local machine.

  2. Create Separate Folders: On your local machine, create separate folders for each of your projects. Ensure that these folders are outside the current repository directory.

  3. Move Files: Move the files and directories corresponding to each project into their newly created folders.

  4. Initialize New Repositories: Inside each project folder,…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@SuvojitSarker
Comment options

Comment options

You must be logged in to vote
3 replies
@SuvojitSarker
Comment options

@santoshvandari
Comment options

@SuvojitSarker
Comment options

Answer selected by SuvojitSarker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment