Skip to content

Instantly share code, notes, and snippets.

@inhzus
Last active February 16, 2019 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inhzus/6e85f96956f2c4062e2a8cf14b72cccf to your computer and use it in GitHub Desktop.
Save inhzus/6e85f96956f2c4062e2a8cf14b72cccf to your computer and use it in GitHub Desktop.
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