Originally in Programming#Git, now Repository:.

From Mastering Git by Matthew McCullough, Tim Berglund, O'Reilly Media February 2011

  • generating, starting the agent, adding key remotely then switching from HTTPS to SSH
    • git diff HEAD~2 == git diff HEAD^^
  • git log --graph --pretty=oneline

git commands,
thus git command implied

From personal use

To learn

To explore

See also


Note

My notes on Tools gather what I know or want to know. Consequently they are not and will never be complete references. For this, official manuals and online communities provide much better answers.