Django Calculator App with Multi user login
- Clone this Repository, PollME
- Edit or Add Files
- Git Add Command
- Git Commit -m Command
- Git Push -u Command
To clone this repository open your command prompt / terminal, and type
git clone https://github.com/SuryajithR/Django-Calculator-App-with-Multi-user-login
Just Edit or Add Files, and then, commit and push your changes using git
Open your command prompt / terminal, go inside the Django-Calculator-App-with-Multi-user-login folder using this command
cd Django-Calculator-App-with-Multi-user-login
and then type
git add -A
Open your command prompt / terminal, go inside the Django-Calculator-App-with-Multi-user-login folder using this command
cd Django-Calculator-App-with-Multi-user-login
and then type
git commit -m "YOUR_TITLE_HERE"
Open your command prompt / terminal, go inside the SuryajithR.github.io folder using this command
cd Django-Calculator-App-with-Multi-user-login
and then type
git push -u origin BRANCH_NAME
Suryajith R