Git Cherry Pick

by Bill Beckelman 28. July 2010 19:02
My GIT use is for my own personal projects, so I often don’t need many of its features. I used a new one tonight that could not of been easier: cherry-picking. I needed one small commit that I made on my working branch in my master branch. How to do it though? This article was all I needed.

Tags:

Git

Setup a Git Alias for Rolling Back Any Pending Changes

by Bill Beckelman 21. July 2010 22:36
I have a hard time remembering git reset --hard HEAD for some reason when I want to rollback changes to the last commit in my working branch when I go down a path that doesn’t work. Mercurial has an easy to remember command for this hg rollback. Git has a feature called Alias though that you can use... [More]

Tags:

Git


About Me

I live and work in Salt Lake City, Utah. My background is in aviation. I have a degree in Aeronautical Science from Embry-Riddle Aeronautical University in Prescott, AZ. I have worked as a commercial airline pilot and most recently as a technical advisor for a charter airline.