Back to Browse

Beginner Git and GitHub #9 - .gitignore files

11.5K views
Feb 15, 2020
7:34

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

Download

1 formats

Video Formats

360pmp414.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Beginner Git and GitHub #9 - .gitignore files | NatokHD