Every Developer Must Know This! How to Use Git

Опубликовано: 21 Январь 2023
на канале: 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


Смотрите видео Every Developer Must Know This! How to Use Git онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Devtiro 21 Январь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,219 раз и оно понравилось 57 людям.