Archive for June 2015

git stashed

Posted on June 17, 2015. Filed under: Uncategorized | Tags: , , , |

git stashed Typically, git stash just shows you the items in your stash. Now, git stashed shows you how long ago items were stashed

Read Full Post | Make a Comment ( Comments Off on git stashed )

How to undo (almost) anything with Git

Posted on June 9, 2015. Filed under: Uncategorized | Tags: , , , , , , , , |

How to undo (almost) anything with Git One of the most useful features of any version control system is the ability to “undo” your mistakes. In Git, “undo” can mean many slightly different things. When you make a new commit, Git stores a snapshot of your repository at that specific moment in time; later, you […]

Read Full Post | Make a Comment ( Comments Off on How to undo (almost) anything with Git )

Snippet Expansion with YASnippet

Posted on June 7, 2015. Filed under: Uncategorized | Tags: , , |

Snippet Expansion with YASnippet

Read Full Post | Make a Comment ( Comments Off on Snippet Expansion with YASnippet )

How to Write a Git Commit Message

Posted on June 6, 2015. Filed under: Uncategorized | Tags: , |

How to Write a Git Commit Message A well-crafted commit message is the best way to communicate context about a change to fellow developers (and indeed to their future selves). A diff will tell you what changed, but only the commit message can properly tell you why. The author suggests that there will be several […]

Read Full Post | Make a Comment ( Comments Off on How to Write a Git Commit Message )

Setting up a Perl Development Environment with plenv

Posted on June 4, 2015. Filed under: Uncategorized | Tags: , , |

Setting up a Perl Development Environment with plenv This is a slightly modified copy of something [David Golden] posted internally at work about setting up a development environment using plenv, which keeps your working Perl isolated from your system Perl. Many expert Perl developers already have some variation of this, but I’m posting it as […]

Read Full Post | Make a Comment ( Comments Off on Setting up a Perl Development Environment with plenv )

Liked it here?
Why not try sites on the blogroll...