Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

exclude/prevent file from commit using git ignore

#To prevent a file from being committed to a repo:
#1. Create a text file in the directory where your project files are located.
#2. Name the file '.gitignore'. Note, there is a period(.) before the name.
#3. Enter the names of the files you want git to ignore in the .gitignore txt file.
#4. Voila, git will always not commit any file you listed in .gitignore
#but will still be available in your working directory
Comment

PREVIOUS NEXT
Code Example
Shell :: bash use cat in sed command 
Shell :: linux set permissions during copy 
Shell :: dbeaver install 
Shell :: material ui install 
Shell :: git search all branches 
Shell :: ifconfig not foound 
Shell :: adb shell error: more than one device/emulator 
Shell :: how to change remote location 
Shell :: react native gitignore 
Shell :: how to upload laravel project on github using command 
Shell :: youtube dl download video by idex 
Shell :: apartheid linux 
Shell :: bash: tree: command not found... centos7 
Shell :: bash write 
Shell :: git delete branch 
Shell :: scp download file 
Shell :: npm install yarn 
Shell :: boot repair linux 
Shell :: vercel cli 
Shell :: connect to specific wifi decive linux 
Shell :: how to install mpv linux 
Shell :: bootstrap 5 react npm 
Shell :: generate 6 digit random number ruby 
Shell :: how to install ansible in centos 
Shell :: install nativescript version 6 
Shell :: javascript bootstrap in reactJs 
Shell :: git pull remote branch 
Shell :: sh: 1: nodemon: not found 
Shell :: terminal matrix effect 
Shell :: nvm install ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =