name: Rubric 1 desc: Here's our first (and only) rubric total: 100 criteria: "Git installed": stub: git-installed desc: Git should be installed and accessible worth: 25 messages: ["installed", "not installed"] "Git initialized in repo": stub: git-init desc: Current directory should have git initialized worth: 25 messages: ["initialized", "not initialized"] "Commits present": stub: commits worth: 25 desc: Current git repository should have more than 2 commits "Repo pushed": stub: pushed worth: 25 desc: Current git repository should be pushed to github