Configuring Git: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 March 2011

21 March 2011

  • curprev 14:3014:30, 21 March 2011Aymeric Mansoux talk contribs 414 bytes +414 Created page with "== Seting up your profile == <source lang='bash'> # Set your name and email address git config --global user.name "Your Name" git config --global user.email "your@em.ail" # lis..."