Kalanand's May 2016 Log

   April 2016   
May 2016
SuMoTuWeThFrSa
1234567
891011121314
15161718192021
22232425262728
293031    
   June 2016   

May 1st

To compile using a specific gcc version, I can do, e.g.,

g++-4.9 -std=c++1y comp.cc 

May 11th

To push existing changes to a totally new branch (e.g., "my_fix") then create pull request

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.

Go to April's log


Last modified: Wed May 11 17:02:09 PDT 2016