Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git ignore still sending files

# First save your changes to a branch on the remote repo
# If you don't have changes skip these three
git add .
git commit -m "commit message"
git push origin [branchname]
# Then remove all cached files
git rm -r --cached .
# Add all the files back in 
git add .
# The files you added to the .gitignore should now be greyed out in
# the file explorer window if you're using vscode
Comment

PREVIOUS NEXT
Code Example
Shell :: get size of image linux 
Shell :: zsh command not found nvm mac 
Shell :: install ionic 6 
Shell :: shell script get branch name 
Shell :: install kotlin ubuntu 
Shell :: how to run makefile in windows 
Shell :: zoom gedit 
Shell :: linux sudo /opt/lampp/lampp start command not found 
Shell :: installation of docker 
Shell :: how to install pip flask on macos 
Shell :: gatsby-plugin-react-helmet npm 
Shell :: docker compose rebuild image 
Shell :: shell view binary file 
Shell :: git remote set url 
Shell :: configure git diff tool vscode 
Shell :: $path mac 
Shell :: how to start apache/2.4.6 linux 
Shell :: alternative of mobaxtrem in linux 
Shell :: fatal: remote origin already exists. 
Shell :: how to make a push in github 
Shell :: ssh-add git 
Shell :: remove a link linux 
Shell :: ubuntu check permissions of file 
Shell :: how to install powerline for ubuntu 
Shell :: nano for windows 
Shell :: how to install julia on ubuntu 
Shell :: Input is required, but Expo CLI 
Shell :: print environment variables linux 
Shell :: pip upgrade all 
Shell :: checkout remote branch 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =