Skip to content

Instantly share code, notes, and snippets.

@kierarad
Last active September 19, 2019 23:33
Show Gist options
  • Save kierarad/fe19e0d429f7e995ed68462bd1e73b05 to your computer and use it in GitHub Desktop.
Save kierarad/fe19e0d429f7e995ed68462bd1e73b05 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment