Posts tagged with git
-
Move Commits from Wrong Branch
Learn how to move commits from a wrongly created Git branch to the correct one using git cherrypick.
1 min read
git -
Switch Branches Without Losing Work in Git
Accidentally made changes on the wrong Git branch? Learn how to safely move your uncommitted work to the right branch using git stash.
1 min read
git -
Update Your Last Commit Without Changing the Message
Ever forgot to update a file before committing? Here's how to fix your last Git commit without creating a new one.
1 min read
git