Every Developer Must Know This! How to Use Git

Published: 21 January 2023
on channel: Devtiro
1,219
57

In this video I take you through the entire process of using git locally, right up to using it with GitHub.

🚀Join the private Devtiro community: https://go.devtiro.com/h2t6n

Code Snippets
```
Set Username and Email in Git Config
$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]

My Git Aliases
(Put them in your .bashrc/zshrc etc)
alias s="git status"
alias p="git pull"
alias b="git branch"
alias l="git log"
```

Links
🔗 How to Install Git: https://git-scm.com/book/en/v2/Gettin...
🔗 Choose a License: https://choosealicense.com/
🔗 Ohmyzsh: https://github.com/ohmyzsh/ohmyzsh
🔗 The GitHub Repo we Used: https://github.com/devtiro/devtiro-gi...

Timestamps
0:00 Intro
0:30 Version Control Explained
2:11 Configure Git
4:32 Create Empty Local Repo
5:30 Create Empty GitHub Repo
10:00 Typical Developer Flow
20:25 Git Branches
29:50 Solving Merge Conflicts
39:47 Prevent Merge Conflicts
45:33 Next Up


Watch video Every Developer Must Know This! How to Use Git online without registration, duration hours minute second in high quality. This video was added by user Devtiro 21 January 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,219 once and liked it 57 people.