Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morshed33/josh_shop
https://github.com/morshed33/josh_shop
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/morshed33/josh_shop
- Owner: morshed33
- Created: 2023-07-28T17:28:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T08:52:57.000Z (over 1 year ago)
- Last Synced: 2024-10-27T11:13:24.982Z (about 2 months ago)
- Language: HTML
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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```