This is a beginer python based project to explore python functionality for Arpita and Aditya. ##Learnings Git Learnings
Git clone : This will copy project from server to your local system make sure you are in right directory where you want to clone personal-profile project perform below list of commands
git clone https://github.com/hcmuleva/personal-profile.git
cd personal-profile
git branch develop
git pull origin develop
after changes in your code,
git commit -m "<Your meaningful comment need to be added >"
git push
or
git push --set-upstream origin develop
- git config
- git init
- git clone
- git add
- git commit
- git diff
- git reset
- git status
- git rm
- git log
- git show
- git tag
- git branch
- git checkout
- git merge
- git remote
- git push
- git pull
- git stash
- top 20 commands - Learn these command and update this section(Task for Aditya)
Here python configuration related stuff will come
changed