mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			271 B
		
	
	
	
		
			Smalltalk
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			271 B
		
	
	
	
		
			Smalltalk
		
	
	
	
	
	
| helpers
 | |
| installGitFileTree
 | |
| 	"GitFileTree is the tool we will use to commit on GitHub."
 | |
| 
 | |
| 	<script>
 | |
| 	Metacello new
 | |
| 		baseline: 'FileTree';
 | |
| 		repository:
 | |
| 			'github://dalehenrich/filetree:pharo' , SystemVersion current dottedMajorMinor
 | |
| 				, '_dev/repository';
 | |
| 		load: 'Git' |