зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 05:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			22 строки
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 строки
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| git clone:
 | |
| http://git-scm.com/docs/git-clone
 | |
| 
 | |
| git clone
 | |
|     -n <remote-repo>
 | |
|     -n is --no-checkout
 | |
| 
 | |
|     -l --no-hardlinks <local-repo-path>
 | |
|     -l is --local
 | |
| 
 | |
|     --branch <branch-name>
 | |
| 
 | |
| 
 | |
| MIRRORING:
 | |
| 
 | |
| git clone --mirror ...
 | |
| 
 | |
| :: HEAD - currently checked out branch
 | |
| git remote -v update --prune
 | |
| :: git fetch --prune -v --multiple --all
 | |
| :: git fetch --append --prune -v origin
 | 
