|  | @@ -236,4 +236,8 @@ $ git tag -a v1.2 a6b4c9
 | 
	
		
			
				|  |  |    * can keep different parts of development isolated for longer times
 | 
	
		
			
				|  |  |    * more challenging to merge.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +### Remote branches
 | 
	
		
			
				|  |  | +* Show remote references like branches and tags: `$ git remote show [remote]`
 | 
	
		
			
				|  |  | +* Remote-tracking branches are references to the state of remote branches.
 | 
	
		
			
				|  |  | +  - They're moved every time you do a network communication.
 | 
	
		
			
				|  |  |  
 |