Skip to content

Instantly share code, notes, and snippets.

View kierarad's full-sized avatar

Kiera Radman kierarad

View GitHub Profile
@kierarad
kierarad / prompt.md
Last active September 19, 2019 23:33
GoCD usability test prompt
  1. Create an empty directory (you can name it my-repo)
    mkdir my-repo
  2. cd into it
    cd my-repo
  3. Initialize the directory
    git init
  4. Make a commit (an empty one is fine)
    git commit --allow-empty -m "first commit"
  5. Copy the path to the directory