Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 145 Bytes

File metadata and controls

13 lines (9 loc) · 145 Bytes

GitHub Tips

  • Create new branch
git checkout -b <name-new-branch>
  • Add submodule
git submodule add <clone-url-repo>