c426fecf4380a99be3e6268e07a78e7e7756f84f
CC-MINI (2025)
Git config
Create a new directory for this project, and run these following commands for initalizing git:
git clone https://github.com/kshitij-ka/cc-mini.git
cd cc-mini
git config --local user.name "Your name"
git config --local user.email "your@ema.il"
git config --local core.autocrlf input # For Linux/MacOS users
git config --local core.autocrlf true # For Windows users
git checkout frontend # If you're working on frontend
git checkout backend # If you're working on backend
Where to push?
- For frontend, please push to Frontend folder in the frontend branch.
- For backend, please push to Backend folder in the backend branch.
- I will be merging changes from both the branches in the main branch for deploying.
Description
Languages
PostScript
99.7%
JavaScript
0.3%