Skip to content

Instantly share code, notes, and snippets.

View rajeevshukla's full-sized avatar
🎯
Focusing

Rajeev Shukla rajeevshukla

🎯
Focusing
View GitHub Profile
@rajeevshukla
rajeevshukla / jax-git-workshop.md
Created February 19, 2020 23:00 — forked from tlberglund/jax-git-workshop.md
JAX London Git Workshop Notes

JAX Git Workshop

Outline

  • git init project
  • git config --global user.name "Tim Berglund"
  • git config --global user.email "tlberglund@github.com"
  • git status
  • git add <file>
  • Diff
    • git diff