git park [branches]

The park command parks some of your branches.

Examples

Park the current branch:

git park

Park branches "alpha" and "beta":

git park alpha beta

Convert the current parked branch back to a feature branch:

git hack

Convert the parked branches "alpha" and "beta" back to feature branches:

git hack alpha beta