IES-IPS-Andoid
To Contribute to this project follow the below steps:
-
Fork this Project.
-
Clone this Project in your local:-
git clone
-
Make your Separate Branch according to your task:
""> git checkout -b "
" -
Great Now you are Ready to Contribute.
How to Make Pull Request
-
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