mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Deployment v1
This commit is contained in:
9
HaWeb/Models/GitState.cs
Normal file
9
HaWeb/Models/GitState.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
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; }
|
||||
}
|
||||
Reference in New Issue
Block a user