- Data
- Variables
- Feature Analysis
- Feature selection
- Model
- Installation
1. Clone the central repository
git clone
2. Work on the main branch
git checkout main
3. Pull the latest version
git pull origin main
4. Stage changes and commit
5. Push changes to central repo
git add .
git commit -m "Describe the changes made"
git pull origin main
git push origin main