Answers for "git ignore create"

14

create gitignore

# creates gitignore file
$ touch .gitignore
Posted by: Guest on July-11-2020
0

how to make .gitignore

# Open git bash in the directory you wanna create .gitignore
# run command:
$ touch .gitignore
# there you go
Posted by: Guest on February-22-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language