Last active
September 19, 2019 23:33
-
-
Save kierarad/fe19e0d429f7e995ed68462bd1e73b05 to your computer and use it in GitHub Desktop.
Revisions
-
kierarad revised this gist
Sep 19, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
kierarad revised this gist
Sep 19, 2019 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ 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\ -
kierarad revised this gist
Sep 19, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` 2. cd into it `cd my-repo` 3. Initialize the directory -
kierarad revised this gist
Sep 19, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` 2. cd into it `cd my-repo` 3. Initialize the directory -
kierarad revised this gist
Sep 19, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` 2. cd into it `cd my-repo` 3. Initialize the directory -
kierarad revised this gist
Sep 19, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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"` 5. Copy the path to the directory -
kierarad revised this gist
Sep 19, 2019 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,9 @@ 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 -
kierarad created this gist
Sep 19, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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`