filmov
tv
Beginner Git and GitHub #9 - .gitignore files
Показать описание
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 .
Support the Channel:
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 .
Support the Channel:
Beginner Git and GitHub #9 - .gitignore files
Git & GitHub Tutorial for Beginners #9 - Merging Branches (& conflicts)
Git and GitHub Crash Course For Beginners | Complete Tutorial [2024]
Git Explained in 100 Seconds
Git & GitHub Tutorial for Beginners #8 - Branches
Git And GitHub Full Course | Complete Git And GitHub Tutorial For Beginners
Git Tutorial for Beginners: Learn Git in 1 Hour
Beginner Git and GitHub #1 - What is Git and how does it work?
DevOps Production CICD Pipelines || Jenkins Tutorial For Beginners | Jenkins Full Course
A brief introduction to Git for beginners | GitHub
Git For Beginners 2023
Git & GitHub Tutorial for Beginners #10 - Introduction to GitHub
Hacking GitHub?
Git and GitHUB For Beginners In One Video 2024 🔥 [HINDI] | MPrashant
🤔 What’s the difference between MERGING and REBASING in Git? #git #programming #shorts
Github in Telugu | Complete Git & GitHub in 1 hour | Vamsi Bhavani | A to Z in Git Github
Git & GitHub Crash Course For Beginners
Best Developer Resources: Github Repos You Need to Know #shorts
Git and GitHub Tutorial for Beginners [11 Hours]
Complete Git and GitHub Tutorial
Git Tutorial for Absolute Beginners
Git Commands - Beginners hands on git status git clone git commit git push git log git add and more
Git and GitHub REPO Setup for Beginners - Crash Course on Linux
Git and GitHub Hands-On Training for Beginners | Raghav Pal
Комментарии