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.

Revisions

  1. kierarad revised this gist Sep 19, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion prompt.md
    Original file line number Diff line number Diff line change
    @@ -6,4 +6,4 @@
    `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\
    5. Copy the path to the directory
  2. kierarad revised this gist Sep 19, 2019. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions prompt.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    1. Create an empty directory (you can name it my-repo) \n
    1. Create an empty directory (you can name it my-repo)\
    `mkdir my-repo`
    2. cd into it
    2. cd into it\
    `cd my-repo`
    3. Initialize the directory
    3. Initialize the directory\
    `git init`
    4. Make a commit (an empty one is fine)
    4. Make a commit (an empty one is fine)\
    `git commit --allow-empty -m "first commit"`
    5. Copy the path to the directory
    5. Copy the path to the directory\
  3. kierarad revised this gist Sep 19, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions prompt.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    1. Create an empty directory (you can name it my-repo)
    `mkdir my-repo`
    1. Create an empty directory (you can name it my-repo) \n
    `mkdir my-repo`
    2. cd into it
    `cd my-repo`
    3. Initialize the directory
  4. kierarad revised this gist Sep 19, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion prompt.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    1. Create an empty directory (you can name it my-repo)
    \n `mkdir my-repo`
    `mkdir my-repo`
    2. cd into it
    `cd my-repo`
    3. Initialize the directory
  5. kierarad revised this gist Sep 19, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion prompt.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    1. Create an empty directory (you can name it my-repo)
    `mkdir my-repo`
    \n `mkdir my-repo`
    2. cd into it
    `cd my-repo`
    3. Initialize the directory
  6. kierarad revised this gist Sep 19, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion prompt.md
    Original file line number Diff line number Diff line change
    @@ -5,5 +5,5 @@
    3. Initialize the directory
    `git init`
    4. Make a commit (an empty one is fine)
    `git commit --allow-empty -m "first commit"
    `git commit --allow-empty -m "first commit"`
    5. Copy the path to the directory
  7. kierarad revised this gist Sep 19, 2019. 1 changed file with 9 additions and 1 deletion.
    10 changes: 9 additions & 1 deletion prompt.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,9 @@
    Create an empty directory (you can name it my-repo) `mkdir my-repo`
    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
  8. kierarad created this gist Sep 19, 2019.
    1 change: 1 addition & 0 deletions prompt.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    Create an empty directory (you can name it my-repo) `mkdir my-repo`