Answers for "how to init git with gitignore"

4

git re init git ignore

git rm -r --cached .
Posted by: Guest on May-21-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