Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 412 Bytes

File metadata and controls

12 lines (11 loc) · 412 Bytes

Project readme

How to manually sync fork

  • Clone repository and navigate into folder
  • From command line execute bellow commands
  • git remote add upstream https://github.com/CShark-Hub/Mako-IoT.Base.git
  • git fetch upstream
  • git rebase upstream/main
  • If there are any conflicts, resolve them
    • After run git rebase --continue
    • Check for conflicts again
  • git push -f origin main