starting on the commit logic
This commit is contained in:
		@@ -8,6 +8,8 @@ type Commit struct {
 | 
			
		||||
	TrackedFiles []File // All of the tracked files for this commit
 | 
			
		||||
	Date         string
 | 
			
		||||
	Version      string //User can tag a commit with a version number
 | 
			
		||||
	Branch       string //Branch this commit belongs to
 | 
			
		||||
	Number       string // The commit number
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user