git initgit statusgit add <filename>git commit -m "Commit message"git push -u origin <branch-name>git remote -vgit remote add origin <ssh link>git clone <ssh link>
git switch -c <branch-name>git switch <branch-name>git pullgit branch -d <branch-name>git branch