latest 20 messages by metastableB

+ [2015-02-06T10:37:50Z] metastableB Hi :) I added a new email to my github account and changed my local git email to this new email id. Now all my commits will have this new email as author ( this is what I hope ) What will happen to the previous commits ? will the email change to the new email ? Will I loose the rpevious commits from my commit graph ?
+ [2015-02-06T10:07:12Z] metastableB Hi :) I added a new email to my github account and changed my local git email to this new email id. Now all my commits will have this new email as author ( this is what I hope ) What will happen to the previous commits ? will the email change to the new email ? Will I loose the rpevious commits from my commit graph ?
+ [2015-02-01T01:31:28Z] metastableB Hi , i accidently made a commit using github on one of my branches . Now I cant push any new changes from local to remote since they arent in sync . How do I use git pull to pull the changes in branch remote branch X to my local branch X
+ [2015-01-30T08:50:43Z] metastableB will commits be sown once my pull requests hve been merged ?
+ [2015-01-30T08:50:28Z] metastableB Hi :) Iv been contributing to a github repo for a while now. My pull requests are being shown on my profile graph but commits are not
+ [2015-01-24T02:40:29Z] metastableB Yea it is :) Again , forward decs also done as much as possible . Thanks alot :)
+ [2015-01-24T02:37:30Z] metastableB C++ , thats what the project is on. And the headers are as minimilistic as it gets. Though , the cleaning specific files part , if I can figure out how to do it , should work.
+ [2015-01-24T02:35:00Z] metastableB thanks for your time :)
+ [2015-01-24T02:34:51Z] metastableB I guess I'll try that :)
+ [2015-01-24T02:33:23Z] metastableB when I push to git hub
+ [2015-01-24T02:33:13Z] metastableB I dont want the folders to show up in the commit history/ files modified
+ [2015-01-24T02:32:01Z] metastableB now each time i checkout either branches I dont have to do a clean build
+ [2015-01-24T02:31:44Z] metastableB 2) Clean build on branch B > add the folders to git
+ [2015-01-24T02:31:30Z] metastableB 1)Clean Build on branch A . Add the build folders to git
+ [2015-01-24T02:29:55Z] metastableB <metastableB> unction defined in the previos branch and not in this branch (or simillar cases) Scons says that the declaration of the method was not found - which is incorrect as the current branch doesnt have the method! So I was hoping git would track the cache directories so that wheh I check out eh branche , the cache of that branch is checkeout. But I dont want the cache files to show up in my commit history
+ [2015-01-24T02:29:54Z] metastableB I dont quite understand incremental compilers but as much as I gather , the cache for a build is used to map the changed files and then only rebuild them on subsequent builds after the first one ? Now I have two different branches I'm working on , modifying some code in the same file. When I shift from one branch to another and build again scons throws me errors since the cache at this point informations relating to the previous branch . Consider