Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

updated gitignore not working

git rm -r --cached .
git add .
git commit -m "fixed untracked files"
Comment

gitignore not working

  #normally it happens when you already upload files and after 
  # that you add your .gitignore file
  git rm -r --cached . 
  git add .
  git commit -am "Remove ignored files"
  git push  
Comment

gitignore not working

# To ignore folders add a / at the end.
node_modules/
Comment

PREVIOUS NEXT
Code Example
Shell :: check processor in ubuntu 
Shell :: install yarn on windows 
Shell :: uninstall postgres brew 
Shell :: how to install beautifulsoup4 
Shell :: uninstall qt creator ubuntu 
Shell :: how to know fedora version 
Shell :: install gem ubuntu 
Shell :: git config username and email vscode 
Shell :: install angular cli 
Shell :: disable ubuntu firewall 
Shell :: find folder linux 
Shell :: dos2unix recursive folder 
Shell :: install amplify cli mac 
Shell :: adb clear app data 
Shell :: conda install requirements.txt example 
Shell :: git delete local branch except master 
Shell :: zsh: command not found: wget 
Shell :: gcloud get projects 
Shell :: install htop 
Shell :: install vscode using apt 
Shell :: java ubuntu install 
Shell :: set git user name and user email 
Shell :: git reset origin 
Shell :: find and stop docker engine mac 
Shell :: brew list services 
Shell :: make kitty terminal the default terminal on ubuntu 
Shell :: get wifi password windows 
Shell :: git change master to main 
Shell :: how to remove heroku from git 
Shell :: install wine ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =