egghead
Search
Search
Log In
Search
Search
Productive Git for Developers by Juri Strumpflohner
Only commit some of my currently modified files into the repository
Make my git log look pretty and readable
Move some commits to a separate branch that I have accidentally committed to master
Update my feature branch with the latest changes from master
Push a rebased local branch by using `--force-with-lease`
Polish my git feature branch before merging or submitting for review
Automate the cleanup of my feature branch with Git Autosquash
Squash all of my commits into a single one and merge into master
Change the commit message of my last commit
Add a file I’ve forgotten to add to my last commit
Undo my last commit and split it into two separate ones
Wipe a commit from my local branch
Undo a commit that has already been pushed to the remote repository
Temporarily store some work in progress because I have to jump to another branch
Find that bad commit that broke your App with Git Bisect
egghead
Light