Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to delete multiples files in Github

In the command-line, navigate to your local repository.
Ensure you are in the default branch:
git checkout master
The rm -r command will recursively remove your folder:
git rm -r folder-name
Commit the change:
git commit -m “Remove duplicated directory”
Push the change to your remote repository:
git push
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install cuda on ubuntu 20.04 
Shell :: merge master to dev branch 
Shell :: nano go to line 
Shell :: install node package manager 
Shell :: bash file comment 
Shell :: dos view all files 
Shell :: remove staged files 
Shell :: install git bash windows 10 
Shell :: ion2 calendar 
Shell :: Managing network connections in ubuntu 
Shell :: get changes from differente branch git 
Shell :: install rsync centos 
Shell :: git revert merge commit 
Shell :: how to ignore folder in gitignore duplicate 
Shell :: generate component angular without folder 
Shell :: macos netcat start listening 
Shell :: run typescript compiler 
Shell :: pip freeze for only project requires 
Shell :: pipi ungrade 
Shell :: linux check which app is using network 
Shell :: git squash commits 
Shell :: set environment variable powershell 
Shell :: commands to download metasploit on linux 
Shell :: start stop restart pm2 
Shell :: install ubuntu on wsl 
Shell :: select my keyboard ubuntu server 
Shell :: what is a nuget package 
Shell :: wordpress set tagline from cli 
Shell :: powershell search array 
Shell :: pretty git branch graph print 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =