mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	Added script for tracking all remote branches
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									512cdc182a
								
							
						
					
					
						commit
						3fa05d8131
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		
							
								
								
									
										9
									
								
								scripts/trackall.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								scripts/trackall.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,9 @@ | |||
| #!/bin/bash | ||||
| 
 | ||||
| # Script for "cloning" (and tracking) all branches at codeplex. | ||||
| # On Windows, this script must be executed in the "git Bash" console. | ||||
| for branch in `git branch -a | grep remotes | grep -v HEAD | grep -v master`; do | ||||
|     git branch --track ${branch##*/} $branch | ||||
| done | ||||
| git fetch --all | ||||
| git pull --all | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue