| | |

The Road Of Lifelong Learning To Be A Better Developer – Using Git Better

Drive Around The Mountain - Taken by pine watt

As a developer and, in some areas, a perfectionist I’m always after better practices when working collaboratively. An I personally find value in the #commit history. As a user I appreciate detailed case from @ecampidoglio on the proper way to keep a clean commit history.

The Case for Pull Rebase

Similar Posts

  • |

    WordCamp GR 2017 – WP-API: The Good, the Bad, and the Ugly – J Andrew Scott

    J Andrew Scott – http://rubberchickenfarm.com/ History of APIs RSS Advantages Fast & reliable Easy to consume Almost no technical footprint Disadvantages Read-only Static content No authentication No user-driven content (i.e. comments, favorites, etc) DIY API Advantages Dynamic content User-driven content App & user authentication Roles & permissions based Connected applications Disadvantages DIY OAuth Redundant URI scheme…
  • | |

    Always On The Lookout For New And Healthy Recipes – Greek Wrap

    This Greek roasted red pepper wrap by Maebells‘ is made simply by rolling up roasted red pepper, spinach, cucumber, goat cheese, feta, olives and green onions together. This version of the recipe calls for a whole grain wrap, or use a gluten-free substitute if needed. These veggie wraps are delicious served with a side of…
  • |

    Running Your First Marathon

    While I’m not actually training for a marathon right now, as my first actual race is to be the Fifth Third River Bank Run 5K, I think this is good stuff to start thinking about. I am looking to do the Grand Rapids Half Marathon in the Fall and I will need to work on…
  • | |

    Highlights of WordCamp Grand Rapids 2018

    TL;DR – This year #WCGR was all about people and conversations for me. Oh, and trying my hand at speaking, which I didn’t totally bomb. Today marked the 4th WordCamp Grand Rapids that I’ve attended. Last year I was just an attendee but this year I stepped things up in a pretty bug way. I…

One Comment

  1. Something mentioned in the comments of the article is the danger in reconfiguring the defaults in the case that you are in another development environment. I can see that standpoint, and in that vain I’ve always gravitated to sticking with the command line for SCM rather than using some IDEs GUI integration of of the SCM tool. One nice feature of git is to use aliases and give yourself a shorthand, which of course when you find yourself using a development environment outside of your normal setup you’ll quickly recall the need to use the long hand to get what you are after.

    git config --global alias.hop 'pull --single-branch --rebase=preserve'

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)