Difference between revisions of "Configure git"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 +
 +
* Set your username:
 +
:<code>[[git config --global user.name]] "FIRST_NAME LAST_NAME"</code>
 +
* Set your email address:
 +
:<code>git config --global user.email "[email protected]"</code>
  
 
* <code>[[git config --global push.autoSetupRemote true]]</code>
 
* <code>[[git config --global push.autoSetupRemote true]]</code>

Revision as of 06:12, 3 April 2025

Advertising: