HOW TO: Use Git, Git Bash and GitHub (Basic Workflow 2021)

preview_player
Показать описание
HOW TO: Use Git and GitHub (Basic Workflow)

Main commands:
```
git init
git status
git log
git checkout -b branch_name
git add . or git add file1 file2
git commit -m 'commit message'
git push
git pull
git branch -d branch_name
```
Рекомендации по теме
Комментарии
Автор

Hey Chinamatt, nice to meet you! I just found your channel and subscribed, love what you're doing!

I like how clear and detailed your explanations are as well as the depth of knowledge you have surrounding the topic! Since I run a tech education channel as well, I love to see fellow Content Creators sharing, educating, and inspiring a large global audience. I wish you the best of luck on your YouTube Journey, can't wait to see you succeed! Your content really stands out and you've put so much thought into your videos!

Cheers, happy holidays, and keep up the great work ;)

empowercode