How Git commands map to GitHub Desktop

git add --all

🔄

git commit --message "…because…"
git pull && git push

}

Win-dows

git diff

Mac

git add -a

🔄

git commit
  -m "…"
git pull && git push
git diff

Git commands in GitHub Desktop

By Katrin Leinweber