kizouker / git-workshops

Repo to keep notes when improving git skills

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GIT remote branches

check remote

git remote -v

add upstream

git remote add upstream git@github.com:kizouker/git-workshops.git

add origin

git remote add origin git@github.com:kizouker/git-workshops.git

Fix ssh keys

Create Branch

git branch -M main

Push

Pushes the main branch to the origin git push -u origin main

About

Repo to keep notes when improving git skills