Perl module creation with tests and git

Posted on July 24, 2020. Filed under: Uncategorized | Tags: , , , , , , , , , , , , |

Perl module creation with tests and git This tutorial, on the other hand, tries to show the beginner one possible path in module creation. As always in perl there are many ways to get the job done and mine is far from the most optimal one, but as I have encountered many difficulties in choosing […]

Read Full Post | Make a Comment ( Comments Off on Perl module creation with tests and git )

git-push target for Makefile (via ExtUtils::MakeMaker)

Posted on May 25, 2019. Filed under: Uncategorized | Tags: , , , , , |

git-push target for Makefile (via ExtUtils::MakeMaker) I was trying to automate more (=keep as far away as possible) the process of pushing to github through a Makefile and I came up with the following simplistic approach.

Read Full Post | Make a Comment ( Comments Off on git-push target for Makefile (via ExtUtils::MakeMaker) )

Discipulus’s step by step tutorial on module creation with tests and git

Posted on December 20, 2018. Filed under: Uncategorized | Tags: , , , , , , , , , , |

Discipulus’s step by step tutorial on module creation with tests and git [This] tutorial is a step by step journey into Perl module development with tests, documentation, and git integration. It seemed to me the very minimal approach in late 2018. See also the GitHub repository and discussion on r/perl (includes a nice description of […]

Read Full Post | Make a Comment ( Comments Off on Discipulus’s step by step tutorial on module creation with tests and git )

Git tips & tricks for everyday use

Posted on May 28, 2018. Filed under: Uncategorized | Tags: , , , |

Part 1 and Part 2 I’ve been working with git for the last few years and I have some tricks to make my every day use a bit easier. So I wanted to share them and hopefully help someone with it. This article is aimed at somebody who has already some experience using git. via […]

Read Full Post | Make a Comment ( Comments Off on Git tips & tricks for everyday use )

Using Git Hooks to Improve Your Day-to-day Workflow

Posted on January 4, 2018. Filed under: Uncategorized | Tags: , , , |

Using Git Hooks to Improve Your Day-to-day Workflow In this post I will expose some of the git-hooks we use in some projects here at WyeWorks to make developers life easier by preventing bad commits to even leave their computers. I will cover linting, tests and commit formating use cases. via /r/git

Read Full Post | Make a Comment ( Comments Off on Using Git Hooks to Improve Your Day-to-day Workflow )

Git PSA: git-rev-parse

Posted on November 30, 2017. Filed under: Uncategorized | Tags: , , |

Git PSA: git-rev-parse Git has a bewildering variety of notations for referring to commits and other objects. If you type something like origin/master~3, which commit is that? git-rev-parse is your window into Git’s understanding of names

Read Full Post | Make a Comment ( Comments Off on Git PSA: git-rev-parse )

Flight rules for git

Posted on November 21, 2017. Filed under: Uncategorized | Tags: , , , |

Flight rules for git What are “flight rules”? A guide for astronauts (now, programmers using git) about what to do when things go wrong. Flight Rules are the hard-earned body of knowledge recorded in manuals that list, step-by-step, what to do if X occurs, and why. Essentially, they are extremely detailed, scenario-specific standard operating procedures. […]

Read Full Post | Make a Comment ( Comments Off on Flight rules for git )

Git bisect and Perl

Posted on August 9, 2017. Filed under: Uncategorized | Tags: , , , , , |

Git bisect and Perl git bisect run treats certain exit values specially: 125 means the code cannot be tested, and 128 or higher will abort the bisect process. If Perl throws an exception it exits with 255 (instead of 0 for a pass and 1 for a test fail), aborting the bisect altogether. To fix […]

Read Full Post | Make a Comment ( Comments Off on Git bisect and Perl )

git-refresh

Posted on August 4, 2017. Filed under: Uncategorized | Tags: , , , , |

At @taustation, we use a tool called git-refresh and for months have had a perfectly clean git history. Because I'm sick of this … [messy subway map] — (((CurtisOvidPoe))) (@OvidPerl) August 4, 2017 git-refresh From comments in the above: # Regardless of the branch you are on, this code: # – stashes changes (if any) […]

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

Git flow meta page

Posted on December 26, 2016. Filed under: Uncategorized | Tags: , , , |

A successful Git branching model by Vincent Driessen [nvie] In this post I present the development model that I’ve introduced for some of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but […]

Read Full Post | Make a Comment ( Comments Off on Git flow meta page )

« Previous Entries

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