-
Fork this Project.
-
Clone this Project in your local:-
git clone <Foked Repo URL>
-
Make your Separate Branch according to your task:
git checkout -b "<Your Branch Name>"
-
Great Now you are Ready to Contribute.
-
To add all changed files:-
git add .
-
To commit your Changes:-
git commit -m "tag: commit message"
-
Note Before Push, Please Note that you Update your Local Branch with Upstream Branch
-
Update your GitHub Repo using Fetch and Merge button on your repo with Development Branch.
git pull
-
To PUSH your Changes:-
git push