Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gitlab gitignore not working

#The files/folder in your version control will not just delete themselves just 
#because you added them to the .gitignore. They are already in the repository 
#and you have to remove them. You can just do that with this:

#Remember to commit everything you've changed before you do this!

git rm -rf --cached .  # don't forget the period on the end
git add . 
Comment

PREVIOUS NEXT
Code Example
Shell :: k8s rollout 
Shell :: hot corner ubuntu 20.04 
Shell :: git colorize log 
Shell :: dhcpcd.service does not exist 
Shell :: ppa user or team does not exist 
Shell :: install tailwind using yarn 
Shell :: Redirect is not allowed for a preflight request. 
Shell :: resize all images in folder linux 
Shell :: aws codedeploy logs 
Shell :: install grunt-autoprefixer using npm 
Shell :: screenshot shortcut in ubuntu 
Shell :: revert file to master version git 
Shell :: ufw command not found bitnami 
Shell :: pecl install specific version 
Shell :: pymongo install windows 10 
Shell :: gpg send key 
Shell :: regex in shell script 
Shell :: adb default location 
Shell :: github personal token 
Shell :: regex to accept at most two digit :js 
Shell :: Jupyter %%time 
Shell :: git revert last 2 commits 
Shell :: sdkmanager "system-images;android-27;google_apis_playstore;x86" 
Shell :: install jellyfin docker 
Shell :: linux simple scan 
Shell :: fatal: failed to install gitlab-runner: service gitlab-runner already exists 
Shell :: install onlyoffice on Arch 
Shell :: install pup command mac 
Shell :: bash function parameter 
Shell :: how to find the number of files in a directory linux 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =