Difference between revisions of "Git installation"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
		
	
| Line 1: | Line 1: | ||
| == Git setup commit information == | == Git setup commit information == | ||
| Write in terminal | Write in terminal | ||
| − |   git config -- | + |   git config --add user.name "Your Name" | 
| − |   git config -- | + |   git config --add user.email you@example.com | 
| − |   git config -- | + |   git config --add github.user GIT_USER_NAME | 
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 10:05, 24 June 2013
Git setup commit information
Write in terminal
git config --add user.name "Your Name" git config --add user.email you@example.com git config --add github.user GIT_USER_NAME

