Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete folder from github repository

git rm -r folder-name
git commit -m "Remove unwanteed folder"
git push
Comment

how to delete a folder in github

git rm -r my-folder
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install image app in linux using terminal 
Shell :: how to merge text files into one bash 
Shell :: gulp install 
Shell :: Kubernetes configuration file is group readable 
Shell :: heroku error: src refspec master does not match any 
Shell :: github how to remove changes 
Shell :: renomeando branch 
Shell :: vim :qa! 
Shell :: remving merged commit 
Shell :: how to remove spaces at end of line linux 
Shell :: npm -s flag 
Shell :: install astropy anaconda 
Shell :: history delete linux 
Shell :: open folder from terminal 
Shell :: where does pip install packages 
Shell :: bash for loop 
Shell :: bash iterate over a variable range of numbers 
Shell :: gitignore is not working 
Shell :: github copilot neovim 
Shell :: enable option in ubuntu to create document on right click 
Shell :: bash find file 
Shell :: linux make symlink 
Shell :: install npm windows subsystem linux 
Shell :: install robot framework 
Shell :: linux kill all zombie processes 
Shell :: know committed files by author 
Shell :: update branch with master 
Shell :: git status 
Shell :: bat restart printer spooler 
Shell :: how to see what files are committed in git 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =