File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ To make your local copy of the repository follow the steps:
47
47
48
48
##### For Flask:
49
49
``` bash
50
- $ git clone -b dev https://github.com/< your-github-username> /HealthCheck
50
+ $ git clone https://github.com/< your-github-username> /HealthCheck
51
51
```
52
52
##### For Flutter App Develpment:
53
53
``` bash
@@ -69,7 +69,7 @@ git remote -v
69
69
```
70
70
Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
71
71
``` bash
72
- git pull upstream master
72
+ git pull upstream main
73
73
```
74
74
75
75
#### Step 4: Setting up Project
@@ -176,4 +176,4 @@ You can find the Code of Conduct <a href="https://github.com/kritikaparmar-progr
176
176
[! [GSSOC](https://gssoc.girlscript.tech/images/favicon/favicon.png)](https://gssoc.girlscript.tech/)
177
177
178
178
179
- # # Drop a ⭐ on the Github Repository if you like it.<br><br>
179
+ # # Drop a ⭐ on the Github Repository if you like it.<br><br>
You can’t perform that action at this time.
0 commit comments