Githandson

From Gridkaschool
Revision as of 09:36, 3 September 2014 by BenJones (talk | contribs) (Created page with "== Git Hands-on == '''All of these exercises should be followed on naf-school01 using your school account''' * cd ~/school/git * Configure git ** git config --global user.nam…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Git Hands-on

All of these exercises should be followed on naf-school01 using your school account

  • cd ~/school/git
  • Configure git
    • git config --global user.name "Your Name"
    • git config --global user.email you.email@domain