Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 370 Bytes

File metadata and controls

16 lines (15 loc) · 370 Bytes

Infrastructure project

  • Build system: cmake
  • Tests: gtest
  • Code style check: cpplint
  • Continuous integration: travis-ci

Merging an upstream repository into your fork (master branch)

 git checkout master
 git pull https://github.com/alexey-sidnev/infrastructure.git master

Update working branch

 git checkout <your branch>
 git rebase master