Skip to content

Passion for Coding

Software Development is a Job – Coding is a Passion

  • Categories
    • C#
    • Software Development
    • Architecture
    • JavaScript
    • SQL
    • Web
    • Other
  • About
    • Consulting
    • Anders Abel

Tag: git

Become a Git Wizard with 7 Simple Tricks

With git, it’s possible to do things that must be considered pure magic for anyone using older version control systems. Learn 7 simple tricks that will help you take the leap beyond commit, push and pull and let you leverage the powers of git. With these 7 tricks, you will be the git Wizard of… Continue reading Become a Git Wizard with 7 Simple Tricks

Published 2015-10-21
Categorized as Software Development Tagged git, Azure

Fixing a Pull Request from Master

So you created an awesome pull request with a couple of features, but the evil(?) maintainer (could be me) just denied it and said you shouldn’t make pull requests from master? Then you’ve come to the right place to learn what went wrong and how to fix it. Current (Incorrect) State Looking at the history… Continue reading Fixing a Pull Request from Master

Published 2015-03-31
Categorized as Software Development Tagged git, GitHub

Getting a Pull Request Accepted

I like to receive pull requests, but I like some more than others. Here are a few hints on how to make me love your totally awesome pull request and merge it instantly. With a bit more than a year as an open source maintainer I’ve received a few pull requests. Some have been good,… Continue reading Getting a Pull Request Accepted

Published 2015-02-25
Categorized as Architecture, Software Development Tagged git, pull requests, open source

Partial Commits with Git

Every once in a while I’m working on a feature, only to discover that I need to extend another part of the code first. If I was disciplined, I would create another branch at that point. But I’m not. I end up with both the extended utility class and the actual feature as pending changes.… Continue reading Partial Commits with Git

Published 2014-10-16
Categorized as Software Development Tagged git

Git Branch Clean-up Adventures

Git is magic, but sometimes it drives my crazy with all that power causing strange situations and clean-up work. The magic of git is that it is (nearly?) always possible to clean up the mess and get back to a good state. The problem is that there are A LOT of commands to master. This… Continue reading Git Branch Clean-up Adventures

Published 2014-04-23
Categorized as Software Development Tagged git

Posts navigation

Page 1 Page 2 Older posts

I'm Anders Abel, an independent systems architect and developer in Stockholm, Sweden.

profile for Anders Abel at Stack Overflow, Q&A for professional and enthusiast programmers

Code for most posts is available on my GitHub account.

Popular Posts

  • Understanding the Owin External Authentication Pipeline
  • Programmer Time Translation Table
  • Don’t use Linq’s Join. Navigate!
  • jQuery UI Replacement for alert()
  • Prevent Page behind JQuery UI Dialog from Scrolling

Archives

Series

Passion for Coding
Proudly powered by WordPress.