Flask/Django web application projects
***************** INSTUCTIONS *********************
Follow the git command and upload your respective files/code to the rpo after completing it
instruction to contibutors*
- create the project file may be the a simple module that have given to you and Upload to the CONTIBUTION FOLDER
- update to code or file as soon as you leave the workplace
******************************************** GIT COMMANDS ***********************************************
λ git config --global user.name "YOUR USERNAME" -----------> configuration λ git config --global user.email "YOUR EMAILID" λ git status ------------> KNOWING THE STATUS λ git add hello.py --------->ADDING THE FILES TO REPO λ git commit -m "added hello.py" ---------> COMMITING AND ADD THE STATUS OF THE CHAGES IN THE COTAIONS λ git push ---------> UPLOAD FILES TO REPO then enter username password
person--2
git clone 'url' git status add some files*** git add -A git add all** git commit -m"comment" git push