Answers for "how to create gitignore file using command line"

15

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 "how to create gitignore file using command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language