Examples (6)
Switch to a specified branch, stashing and restoring unstaged changes
git sw target_branchSynchronize current branch, automatically merging or rebasing, and stashing and unstashing
Publish a specified branch to the remote server
git publish branch_nameRemove a branch from the remote server
git unpublish branch_nameList all branches and their publication status
git branches glob_patternRemove the last commit from the history
git undo --hardmade by @shridhargupta | data from tldr-pages