Commands
Git Commands
Common Git commands used across Kateb Tech repositories.
Git Commands
Status
git statusCheck remote
git remote -vStage all changes
git add -ACommit
git commit -m "Describe the change"Push
git pushPush a new branch
git push -u origin branch-nameRecent commit history
git log --oneline --max-count=10Change remote to SSH
git remote set-url origin git@github.com:katebtech/repository-name.git