You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,18 @@ We'll start by setting up our cluster with the environment and compute configura
101
101
102
102
</details>
103
103
104
+
### Git setup
105
+
106
+
Create a repository by following these instructions: [Create a new repository](https://github.com/new) → name it `Made-With-ML` → Toggle `Add a README file` (**very important** as this creates a `main` branch) → Click `Create repository` (scroll down)
107
+
108
+
Now we're ready to clone the repository that has all of our code:
@@ -113,16 +124,6 @@ GITHUB_USERNAME="CHANGE_THIS_TO_YOUR_USERNAME" # ← CHANGE THIS
113
124
source .env
114
125
```
115
126
116
-
### Git setup
117
-
118
-
Create a repository by following these instructions: [Create a new repository](https://github.com/new) → name it `Made-With-ML` → Toggle `Add a README file` (**very important** as this creates a `main` branch) → Click `Create repository` (scroll down)
119
-
120
-
Now we're ready to clone the repository that has all of our code:
0 commit comments