Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 284 Bytes

File metadata and controls

19 lines (15 loc) · 284 Bytes

Sample python learning code

Git Steps

Pull from git

  1. $git init .
  2. $git remote add origin
  3. $git pull origin master

Push to git

  1. $git clone
  2. $cd
  3. $git status
  4. $git add .
  5. $git commit -m "message"
  6. $git push