Main Page UsingGit

From NDesk

(Difference between revisions)
Jump to: navigation, search
Revision as of 22:58, 4 January 2007 (edit)
Alp (Talk | contribs)

← Previous diff
Revision as of 23:00, 4 January 2007 (edit) (undo)
Alp (Talk | contribs)

Next diff →
Line 7: Line 7:
export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
 +
 +Make sure you are using at least git version 1.4.4

Revision as of 23:00, 4 January 2007

Using git on ndesk.org

Be sure to set these variables properly, and try to make sure they won't change in the future. Always ensure they are set before making commits.

export GIT_AUTHOR_NAME="Your Name" export GIT_AUTHOR_EMAIL="you@example.com" export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL

Make sure you are using at least git version 1.4.4

Retrieved from "http://ndesk.org/UsingGit"