Read more about the article Maintaining a Single Commit in Git
Git

Maintaining a Single Commit in Git

In this post, I want to talk about maintaining a single commit in Git using the amend flag. Whether your company policy restricts multiple commits in a pull request or you've mistakenly included incorrect files with an inaccurate log message, amend flag can rewrite Git history! Why maintain a single…

0 Comments
Read more about the article How to Switch Git Branch with Local Changes
Git

How to Switch Git Branch with Local Changes

I find myself working on the wrong branch locally far too many times - enough to write a post about it. If you have been working on the wrong branch, your commit could be blocked by git: Please, commit your changes or stash them before you can switch branches. Git…

0 Comments