Changing git remote origin

“Midway through development we decided to switch from private shared accounts to a corporate account. Switching local repos couldn’t be easier:” git remote rm origin #Removes old origin git remote add origin https://username@bitbucket.org/your.new.repo #Adds new origin pointing to BitBucket git push -u origin #Pushes commits to new repo [I love it when this stuff works so easily.] src

Apr 13, 2014 · Christopher Boette

Photo for 2013-12-03

http://xkcd.com/1296/ Add this to the list of jokes I now get.

Dec 3, 2013 · Christopher Boette

Yoga & Researching Array#each This Weekend

Day Two at MakerSquare. First full day of class. Front end in the morning: Mostly stretching the HTML/CSS muscles and practicing pair programming. Realized that float:left and float:right size the element down to the width of the child element - light bulb! Starting to scratch the surface of best practices, from using “-u” in the initial git push to writing in the present tense for git messages. And, enjoyably, making the Sublime Text experience even more awesome by tweaking settings and learning shortcuts. ...

Nov 13, 2013 · Christopher Boette