Git #8 - Manage private remote repo on GitHub with SSH and access token

preview_player
Показать описание
In this video we'll go through how to manage a remote repository on GitHub and sync it with our local repo with SSH and Access Token.
#git #github #repository

Commands:
Used commands:

git remote
git remote -v
git remote add NAME URL

git push
git push REMOTE BRANCH
git push -u origin main
git push --all

git pull
git branch --set-upstream-to=origin/[branch] main

Рекомендации по теме