Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morshed33/josh_shop


https://github.com/morshed33/josh_shop

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

## Steps to follow.
1. Clone the devPhase branch.

```bash
git clone -b devPhase https://github.com/devMorshed/josh_Shop.git
```

2. Create & go to your new branch.

```bash
git checkout -b
```

3. Make your necessarry changes and push.

```bash
git add .
git commit -m "Khub kaj holo"
git push origin
```

4. Create a pull request from github.

select devPhase as base

.

5. We will merge the codes from other branches to devPhase at free time and from devPhase to main after discussion at night.

6. To see the updated codes at your local enviroment.

```bash
git checkout devPhase
git pull origin devPhase
git checkout
git pull origin devPhase

```