After you install Git, it takes a few simple steps to begin using it:
At the command line:
# configure your namegitconfig--globaluser.name"myname"# emailgitconfig--globaluser.email"myemail@umn.edu"# when you type your password, it is cache for long timegitconfig--globalcredential.helper"cache --timeout=99999"