Step-by-step teaches you how to create a .gitignore file to block certain files from being push to GitHub!
git Wildcard info:
- # - marks line as a comment
- * - matches 0 or more characters
- ? - matches 1 character
- [abc] - matches a, b, _or_ c
- ** - matches nested directories - a/**/z matches
--- a/z
--- a/b/z
--- a/b/c/z
git command used in this video:
- git add .
- git commit -m "Commit Description"
- git push origin [Name of Branch]
- git rm -rf --cached .
How to install Git Bash: https://www.youtube.com/watch?v=qdwWe9COT9k
Support the Channel:
1) Subscribe: https://www.becomingads.com/o/youtube
2) DataCamp: https://www.becomingads.com/o/datacamp
3) Udacity: https://www.becomingads.com/o/udacity