Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 637 Bytes

hack.md

File metadata and controls

20 lines (15 loc) · 637 Bytes

Hack command

Creates a new feature branch off the main development branch
Syncs the main branch, forks a new feature branch with the given name off the main branch, pushes the new feature branch to the remote repository (if and only if [new-branch-push-flag](./new-branch-push-flag.md) is true), and brings over all uncommitted changes to the new feature branch.

See sync for information regarding remote upstream.

Usage

git town hack <branch>