mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-31 02:05:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			204 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			204 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using HaWeb.Models;
 | |
| 
 | |
| 
 | |
| public class GitState {
 | |
|     public string Commit { get; set; }
 | |
|     public string Branch { get; set; }
 | |
|     public string URL { get; set; }
 | |
|     public DateTime PullTime { get; set; }
 | |
| } | 
