Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 288 Bytes

File metadata and controls

14 lines (12 loc) · 288 Bytes

git clone http://github.com/lopentu/micro.learning

Three steps to upload your files:

  1. git add -A
  2. git commit -m 'comment'
  3. git pull
  4. git push

Fix conflict:

  1. Modify and remove the conflict marks in the conflicted file test.py
  2. git add .
  3. git commit
  4. git pull
  5. git push