Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to refresh cache on github

git rm -r --cached . 
git add . //add the changes
git commit -m "changes" //commit changes and push
git push origin master|main
Comment

PREVIOUS NEXT
Code Example
Shell :: How to install p12 certificate in ubuntu 
Shell :: compress folder ubuntu 
Shell :: node number id generator 
Shell :: YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ 
Shell :: how to create a host driver in docker 
Shell :: scp folder from server to local 
Shell :: how to show ubuntu logo in terminal 
Shell :: vscode tab not working 
Shell :: how to kill a process in powershell 
Shell :: github add image in readme 
Shell :: anconda install django 
Shell :: git see tags 
Shell :: install extension pgcrypto 
Shell :: clone commit of a branch 
Shell :: visual studio code ubuntu 
Shell :: copy from remote to local 
Shell :: ubuntu download file from url 
Shell :: git see pending push 
Shell :: linux bring process to foreground 
Shell :: git global noverify 
Shell :: loop bash 
Shell :: delete pid port 
Shell :: linux remove folder and all his content 
Shell :: bash for loop string array 
Shell :: how to run makefile in windows 
Shell :: netbeans linux install 
Shell :: Grant Htaccess to all directory 
Shell :: undo last commit 
Shell :: linux blackeye 
Shell :: how to enable the Visual Studio Code GitHub Support and set a Personal Access Token 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =