update CONTRIBUTION.md file
This commit is contained in:
parent
4060702a10
commit
1d3d2b0f10
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ We use a **Fork-and-Pull** model to manage contributions safely and keep the mai
|
||||||
1. **Fork the Repository:** Log into **MIH Git** and click the **Fork** button on the main [mih-project](https://git.mzansi-innovation-hub.co.za/yaso_meth/mih-project) repository to create a copy under your personal account.
|
1. **Fork the Repository:** Log into **MIH Git** and click the **Fork** button on the main [mih-project](https://git.mzansi-innovation-hub.co.za/yaso_meth/mih-project) repository to create a copy under your personal account.
|
||||||
2. **Clone Your Fork:** Clone your personal fork locally to your machine:
|
2. **Clone Your Fork:** Clone your personal fork locally to your machine:
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.mzansi-innovation-hub.co.za/YOUR_USERNAME/mih-project.git
|
git clone --depth 1 https://git.mzansi-innovation-hub.co.za/YOUR_USERNAME/mih-project.git
|
||||||
cd mih-project
|
cd mih-project
|
||||||
```
|
```
|
||||||
3. **Checkout the Active Version Branch:** Fetch the latest branches and switch to the current active version branch (e.g., `v.1.4.0`):
|
3. **Checkout the Active Version Branch:** Fetch the latest branches and switch to the current active version branch (e.g., `v.1.4.0`):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue