Add 2 aliases to ~/.gitconfig file.
- deletes all local branches which were deleted remotely.
git cleanup- switches to seleted branch (
masterby default) - pulling changes from remote server
- deletes all local branches which were deleted remotely
git goSame command, but with another branch name to switch to.
git go feature/custom-branch-nameOpens an interactive rebase for all commits in the current branch that are not in master branch.
git sqForce push with --force-with-lease flag.
git pufCalculates the number of commits that are not in master branch.
git count