April 2016 |
|
June 2016 |
g++-4.9 -std=c++1y comp.cc
git branch my_fix
git checkout my_fix
git add <all_new_changes>
git push -u origin my_fix
Then go to the source code and create pull request by choosing "my_fix" (source) and
"development" (target) branches.