Horje
exclude/prevent file from commit using git ignore Code Example
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




Shell

Related
lxde desktop shortcut not runable Code Example lxde desktop shortcut not runable Code Example
powershell write return line in file Code Example powershell write return line in file Code Example
how to use multiple commands in linux Code Example how to use multiple commands in linux Code Example
installation of package ‘openssl’ had non-zero exit status Code Example installation of package ‘openssl’ had non-zero exit status Code Example
how to go to a running docker container Code Example how to go to a running docker container Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10