to contribute
- fork the repo
- clone the repo
git clone <repo-link>
- make changes
- add changes
git add .
- commit changes
git commit -m "<commit-name>"
- push changes
git push -u origin main
| Name | Name | Last commit date | ||
|---|---|---|---|---|
to contribute
git clone <repo-link>
git add .
git commit -m "<commit-name>"
git push -u origin main