Difference between revisions of "Git installation"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
		
	
|  (Created page with "== Git setup commit information == # Write in terminal  git config --global user.name "Your Name"  git config --global user.email you@example.com  git config --global github.u...") | |||
| Line 1: | Line 1: | ||
| == Git setup commit information == | == Git setup commit information == | ||
| − | + | Write in terminal | |
|   git config --global user.name "Your Name" |   git config --global user.name "Your Name" | ||
|   git config --global user.email you@example.com |   git config --global user.email you@example.com | ||
Revision as of 10:02, 24 June 2013
Git setup commit information
Write in terminal
git config --global user.name "Your Name" git config --global user.email you@example.com git config --global github.user GIT_USER_NAME git config --global github.token 0123456789yourf0123456789token
See your information
cat ~/.gitconfig git branch git remote show origin

