Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove folders from remote git

git rm -r --cached myFolder
Comment

remove folders from remote git

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)
Comment

PREVIOUS NEXT
Code Example
Shell :: raspberry config command line 
Shell :: conda pydot 
Shell :: fish disable greeting 
Shell :: install vs code in ubuntu 
Shell :: install lighttpd 
Shell :: clone repo with personal access token 
Shell :: set environamnt variable in service linux 
Shell :: powershell wait 5 seconds 
Shell :: install babel command line 
Shell :: add known host github 
Shell :: install godot ubuntu 
Shell :: ubuntu sudo no password 
Shell :: git clean local remote branch 
Shell :: certbot remove certificate 
Shell :: IP adress terminal 
Shell :: interface graphique sur python 
Shell :: error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054 send-pack: unexpected disconnect while reading sideband packet fatal: the remote end hung up unexpectedly Everything up-to-date 
Shell :: what process consuming RAM 
Shell :: start docker at boot 
Shell :: install snapd ubuntu 
Shell :: selinux disable 
Shell :: fedora spotify 
Shell :: how to remove windows service 
Shell :: Clean Up Migrations and Speed up Tests 
Shell :: docker exec logs 
Shell :: brew services start mongodb 
Shell :: bashrc file location in linux 
Shell :: git diff with vimdiff 
Shell :: git switch user 
Shell :: debian netstat command not found 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =