Skip to content

Tom’s view on web development

html5, css, javascript, editors and other bugs

Tag Archives: commands

Looking into Git Stash entries

(For git stash basics have a look at Using the Stash.) It’s possible to do a diff inside a stash entry: $ git stash show stash@{0} -u Shorthand for the latest stashed entry: $ git stash show -u To get a list of filenames in a stash entry: $ git stash show stash@{0} –name-only Get …

Continue reading “Looking into Git Stash entries”

Posted byTomNovember 1, 2013November 1, 2013Posted ingitTags: commands, git, stash

Some useful Git commands (my personal git cheat sheet)

Note: This article needs some editing, so please ignore it or regard it as my personal git cheat sheet.

Posted byTomMay 11, 2012January 3, 2013Posted inversioningTags: bash, commands, git

RSS My latest bookmarks

  • How to run a security audit with npm audit | npm Documentation
  • State in React
  • 10 Tips for Javascript Debugging Like a PRO with Console
  • Loading Third-Party JavaScript
  • How to better organize your React applications? – Alexis Mangin – Medium
  • Running Jest Tests Before Each Git Commit | benmccormick.org
  • 3 Key Uses for Animation in Mobile UI Design
  • Not-Terrible Image Resizing in IE | CSS-Tricks

Recent Posts

  • Dev tools workshop – additional notes
  • Testing contrast colors
  • Debouncing in React
  • Using HOC withRouter with React Router 4
  • Braindump Fronteers 2014 – Day 2

Archives

  • November 2018
  • January 2018
  • October 2014
  • June 2014
  • March 2014
  • January 2014
  • November 2013
  • October 2013
  • January 2013
  • October 2012
  • May 2012
  • April 2012
  • March 2012
  • December 2011
  • October 2011
  • December 2010
  • February 2010
  • September 2009
  • July 2007
  • June 2007
  • January 2007
  • December 2006
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • July 2006

Recent Comments

  • Sri Harsha on Timing errors with Angular Protractor e2e testing
  • suresh on Timing errors with Angular Protractor e2e testing
  • extdevelopment on Timing errors with Angular Protractor e2e testing
  • Tom on Timing errors with Angular Protractor e2e testing
  • Henry on Timing errors with Angular Protractor e2e testing
Tom’s view on web development, Proudly powered by WordPress.