Answers for "how to add a gitignore file in github"

13

create gitignore

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

how to generate a .gitignore

echo "function gi() { curl -L -s https://www.gitignore.io/api/$@ ;}" >> ~/.bash_profile && source ~/.bash_profile
Posted by: Guest on December-21-2020

Code answers related to "how to add a gitignore file in github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language