20. Git for beginners. Remotes. The difference between local and remote repository.

Описание к видео 20. Git for beginners. Remotes. The difference between local and remote repository.

When we use Git - usually, we work with two repositories - local and remote. Remote repository it's a copy of your repository on the server.

🔥 Best Git books:
Pro Git by Scott Chacon , Ben Straub (2nd ed. Edition) (Amazon) https://amzn.to/4eovmLi
Learning Git: A Hands-On and Visual Guide to the Basics of Git by Anna Skoulikari (1st Edition) (Amazon) https://amzn.to/45oV8e2
Version Control with Git: Powerful tools and techniques for collaborative software development by Jon Loeliger (2nd Edition) (Amazon) https://amzn.to/45oV9P8

Add
git remote add [name] [url]
git remote add origin [email protected]:user/repo.git
View
git remote -v
git remote show [name]


Let's be friends:
INSTAGRAM ↣   / travels_code  
TWITTER ↣   / travelscode  
FACEBOOK ↣   / travelscode  
WEB-SITE ↣ http://travelscode.com/
GITHUB ↣ https://github.com/MaksymRudnyi/

Комментарии

Информация по комментариям в разработке