Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 639 Bytes

hack.md

File metadata and controls

22 lines (15 loc) · 639 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 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>