Remove directory from git and local
You could checkout ‘master’ with both directories;
git rm -r one-of-the-directories // This deletes from filesystem git commit . -m "Remove duplicated directory" git push origin <your-git-branch> (typically 'master', but not always)
Remove directory from git but NOT local
As mentioned in the comments, what you usually want to do is remove this directory from git but not delete it entirely from the filesystem (local)
In that case use:
git rm -r --cached myFolder
Related Posts:
- Does Git Add have a verbose switch
- git error: failed to push some refs to remote
- Git error: “Please make sure you have the correct access rights and the repository exists”
- Untrack files from git temporarily
- Git, fatal: The remote end hung up unexpectedly
- Git – remote: Repository not found
- Pushing to Git returning Error Code 403 fatal: HTTP request failed
- Git master branch has no upstream branch
- How can I determine the URL that a local Git repository was originally cloned from?
- How to pull from one remote branch to another branch in git?
- Trying to git pull with error: cannot open .git/FETCH_HEAD: Permission denied
- How to git add a whole folder
- What does ‘git remote add upstream’ help achieve?
- git status (nothing to commit, working directory clean), however with changes commited
- How can I rollback a git repository to a specific commit?
- gpg failed to sign the data fatal: failed to write commit object
- Git pull origin
overwrites master? - Git merge with force overwrite
- Git Push ERROR: Repository not found
- Why does Git tell me “No such remote ‘origin'” when I try to push to origin?
- git returns http error 407 from proxy after CONNECT
- Git pull till a particular commit
- “fatal: HttpRequestException encountered.” Error with GitHub/Bitbucket Repositories due to dropping TLS-1.0 support
- Why does Git say my master branch is “already up to date” even though it is not?
- SourceTree keeps asking for Github password
- Git Clone – Repository not found
- git SSL certificate- Invalid certificate chain while accessing
- Why I always Got Error “Push to origin/master was rejected”?
- fatal: could not read Username for ‘https://github.com’: No such file or directory
- Git push existing repo to a new and different remote repo server?
- What is .gitignore exactly?
- How can I switch to another branch in git?
- GitHub: Permission denied (publickey). fatal: Could not read from remote repository
- Updating a local repository with changes from a GitHub repository
- Git push results in “Authentication Failed”
- github changes not staged for commit
- Git push results in “Authentication Failed”
- Download single files from GitHub
- How to draw checkbox or tick mark in GitHub Markdown table?
- How do I pull my project from github?
- Ignoring directories in Git repositories on Windows
- Difference between Git and GitHub
- Is it safe to download code from GitHub?
- How to draw checkbox or tick mark in GitHub Markdown table?
- How to upload folders on GitHub
- How to find my GitHub username so that I can be found via the URL?
- github website publish cannot publish unborn HEAD
- Superscript in markdown (Github flavored)?
- Create a tag in a GitHub repository
- Git: Could not resolve host github.com error while cloning remote repository in git
- How to pull a specific branch from Github
- GitHub: invalid username or password
- “Cannot publish, unborn head” error message
- Trying to git pull with error: cannot open .git/FETCH_HEAD: Permission denied
- How do I update or sync a forked repository on GitHub?
- “*** Please tell me who you are.” when using SSH key
- Pull request vs Merge request
- Clone A Private Repository (Github)
- Superscript in markdown (Github flavored)?
- error: cannot lock ref.. ‘refs/tags’ exists; cannot create ‘refs/tags/
- Your configuration specifies to merge with the
from the remote, but no such ref was fetched.? - git submodule add error: does not have a commit checked out
- ! [rejected] master -> master (fetch first)
- How to git add a whole folder
- How to change folder with git bash?
- Updates were rejected because the remote contains work that you do not have locally
- Where can I find the GitHub ID in my account?
- how to un fork the github repository?
- Python not working in the command line of git bash
- Delete branches in Bitbucket
- How do I set up Eclipse/EGit with GitHub?
- Repository size limits for GitHub.com
- Github Windows ‘Failed to sync this branch’
- Git keeps prompting me for a password
- git push origin master does not work
- Delete forked repo from GitHub
- Found a swap file by the name
- How to install Git for Cygwin?
- Could not create work tree dir ‘example.com’.: Permission denied
- Git says “Automatic merge failed”, what does it mean?
- key_load_public: invalid format
- How do I change the default location for Git Bash on Windows?
- Git push hangs when pushing to Github?
- Issue with SourceTree while cloning a GitHub repository
- How do I run and compile this github project on my pc?
- Git push requires username and password
- Is Git/GitHub a good WordPress deployment solution?
- GIT and Development URL’s point to production
- GitHub .md files to WordPress pages
- WordPress Premium Plugin (3rd Party Github User)
- Have WP Theme update from Git Repository
- Pull latest stable release via git [closed]
- Git Hosting for WordPress SVN Plugin Repository [closed]
- how to embed or share a gits in my blog wordpress?
- Wordpres core-update theme renames theme folder name
- How to persist custom posts, custom fields and styles on a Github repository?
- What is the wordpress Git hub Repo master on beta?
- Post via git repository
- How to use one git (github) repository for version control for multiple themes
- How to host your WordPress theme on github and make my theme updatable for my client