This API contains X-gang members information.
- Python
- Django
- Folk this repository
- Clone it to your Local Machine
git clone https://github.com/Fusion-Pie/X-gang-API.git
- Make required changes
- Create new branch for your changes
git branch 'branch_name'
git checkout 'branch_name'
- Add changes to staged area
git add filename // For specific file
or
git add . // For all files
- Make a commit
git commit -m"message"
- Push your changes
git push origin main