Command + Shift + .
Shift + Command + L
Command + Space
Command + <
Option +5 for [
, Option + 6 for ]
Option + 8 for {
, Option + 9 for }
fn
Option + Click
to open files in new tabsgit clone <repository_url>
git push
git pull
git commit -m "Commit message"
git add <file>
git add :/
git status
git log
git remote get-url origin
git checkout <branch_name>
git checkout -b <branch_name>
git merge <branch_name>
git branch -d <branch_name>