added text
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
3 sudo su -
|
||||||
|
4 ionic serve --external
|
||||||
|
5 sudo ionic serve --external
|
||||||
|
6 sudo ionic serve --external
|
||||||
|
7 ionic serve --external
|
||||||
|
8 pwd
|
||||||
|
9 git init
|
||||||
|
10 git add .
|
||||||
|
11 git commit -m "first commit"
|
||||||
|
12 git init
|
||||||
|
13 git add .
|
||||||
|
14 git config --global --add safe.directory /Users/chiefsoftworks/PROJECTS/autoMedSysRx
|
||||||
|
15 git add .
|
||||||
|
16 git commit -m "first commit"
|
||||||
|
17 git remote add origin https://gitlab.chiefsoft.net/IONIC/eRx.git
|
||||||
|
18 git push -u origin master
|
||||||
|
|
||||||
|
ionic serve --external
|
||||||
|
git remote add origin https://gitlab.chiefsoft.net/IONIC/eRx.git
|
||||||
Reference in New Issue
Block a user