Git Links

Reference

branches

  • checkout new remote branch

    git branch wip origin/wip
    
  • delete branch

git branch -d wip
  • list branches
git branch
  • Show history of a single file
  • use git lg to find the commit id
git diff commitid -- ui.R
git diff ui.R