Skip to content

This is a python based project to explore python functionality

License

Notifications You must be signed in to change notification settings

hcmuleva/personal-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal-Profile

This is a beginer python based project to explore python functionality for Arpita and Aditya. ##Learnings Git Learnings

Git setup

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)

Git 20 commands

Here python configuration related stuff will come

changed

About

This is a python based project to explore python functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages