<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://forge.etsi.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Configure_your_git_environment</id>
	<title>Configure your git environment - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://forge.etsi.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Configure_your_git_environment"/>
	<link rel="alternate" type="text/html" href="https://forge.etsi.org/wiki/index.php?title=Configure_your_git_environment&amp;action=history"/>
	<updated>2026-06-25T05:16:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://forge.etsi.org/wiki/index.php?title=Configure_your_git_environment&amp;diff=281&amp;oldid=prev</id>
		<title>Carignani: Created page with &quot;#Configure your git username globally:&lt;pre&gt; git config --global user.name &lt;username&gt; &lt;/pre&gt; #Configure your git email address:&lt;pre&gt; git config --global user.email &lt;email&gt; &lt;/pr...&quot;</title>
		<link rel="alternate" type="text/html" href="https://forge.etsi.org/wiki/index.php?title=Configure_your_git_environment&amp;diff=281&amp;oldid=prev"/>
		<updated>2018-11-12T12:01:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;#Configure your git username globally:&amp;lt;pre&amp;gt; git config --global user.name &amp;lt;username&amp;gt; &amp;lt;/pre&amp;gt; #Configure your git email address:&amp;lt;pre&amp;gt; git config --global user.email &amp;lt;email&amp;gt; &amp;lt;/pr...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;#Configure your git username globally:&amp;lt;pre&amp;gt; git config --global user.name &amp;lt;username&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
#Configure your git email address:&amp;lt;pre&amp;gt; git config --global user.email &amp;lt;email&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
#Check your git configuration:&amp;lt;pre&amp;gt; git config --list &amp;lt;/pre&amp;gt;&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;Note: Your email address will be visible on commits to Git. &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 If you&amp;#039;d like to keep your email address private, you can mask your email as follows:&lt;br /&gt;
 if your email is &amp;lt;name@company.com&amp;gt; you can set user.email to &amp;lt;hidden@company.com&amp;gt;&lt;br /&gt;
 This allows other users to identify you as a contributor (with your user name) and&lt;br /&gt;
 Git Stats to keep track of your company&amp;#039;s contributions (with the email domain)&lt;br /&gt;
In case you are using git in the same computer for other open source projects, you can restrict your git variables to the local folder:&amp;lt;pre&amp;gt;git config --local user.name &amp;lt;username&amp;gt;&lt;br /&gt;
git config --local user.email &amp;lt;email&amp;gt; &amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Carignani</name></author>
	</entry>
</feed>