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: • How to Install Git Bash on Windows 10
Support the Channel:
1) Subscribe:
2) DataCamp:
3) Udacity: