Prism ICT

Default image

Stop Git Asking for Username and Password Use SSH Keys Instead

When you run commands like: git fetch origin live or git pull origin main Git may prompt you for a

Default image

Git essential command (cheat sheet)

Create and check out the new branch. git checkout -b <branch-name>