-
Recent Posts
Archives
Categories
Category Archives: Git
Super Simple Git Guide
I loved the simplicity of the following Git online guide. I might use this website to present for future Git training sessions. http://rogerdudler.github.com/git-guide/
Posted in Git, Version Control Systems
Leave a comment
Git — How to merge a file from another branch
Everyone knows how to merge a branch using Git. Take it a step further and squash the commits upon merging. The question was recently on how to cherry pick a file from another branch or a commit from another branch … Continue reading
Posted in Git
Leave a comment