forked from Workshops/How-To-Git-Started
		
	Add global info
This commit is contained in:
		@@ -18,4 +18,5 @@ Omit --global to set the identity only in this repository.
 | 
				
			|||||||
If you want to save your https credentials run
 | 
					If you want to save your https credentials run
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
git config --global credential.helper store
 | 
					git config --global credential.helper store
 | 
				
			||||||
 | 
					Omit --global to set the identity only in this repository.
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user