Skip to content

Instantly share code, notes, and snippets.

@jendiamond
Last active December 21, 2015 18:29
Show Gist options
  • Save jendiamond/6347949 to your computer and use it in GitHub Desktop.
Save jendiamond/6347949 to your computer and use it in GitHub Desktop.
Week 6 Day 29 (Friday, August 23, 2013)

Week 6 Day 29

Friday, August 23, 2013

Partially Squish Squashed

Jen' Friday

I read about Rspec and spent the rest of day wrapping up the FAQ page. I worked on doing my first commit squash and I ran into problem after problem with git which Andre walked me through.

These are the basic commands:

$ git checkout master 

$ git pull upstream master 

$ git checkout faqpage 

$ git rebase -i master

Successfully rebased and updated refs/heads/master.

Change the word "pick" to "s" Then run

$ git push -f origin faqpage

and here's a link to the rest of the directions.

Joyce's Friday

Received suggestions on how to improve the Rake task to build the issues page and made changes to it. There was a 4 to the right of the Bundler logo, which makes the the logo unclickable. I don’t know where it is coming from. I created a partial to embed it to another page and the 4 disappeared. shrugs. The page looks pretty good, except for the code block. :-/ Fixed it in the CSS. Then, updated the “Report a bug” link on the sidebar to this page and moved the partial to the correct directory. Got the code block and inline code style to match with the rest of website.

Squashed the sidebar button fix for Firefox and submitted PR to bundler site. The fix has been merged. Yay!

@jhhere
Copy link

jhhere commented Aug 27, 2013

Squash Squash Merge Merge

Received suggestions on how to improve the Rake task to build the issues page and made changes to it. There was a 4 to the right of the Bundler logo, which makes the the logo unclickable. I don’t know where it is coming from. I created a partial to embed it to another page and the 4 disappeared. shrugs. The page looks pretty good, except for the code block. :-/ Fixed it in the CSS. Then, updated the “Report a bug” link on the sidebar to this page and moved the partial to the correct directory. Got the code block and inline code style to match with the rest of website.

Squashed the sidebar button fix for Firefox and submitted PR to bundler site. The fix has been merged. Yay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment