document tracker gist
class Branch { | |
Date time; | |
unsigned index; | |
unsigned succ; | |
string comment; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
class Branch { | |
Date time; | |
unsigned index; | |
unsigned succ; | |
string comment; | |
} |