Skip to content

jpease/hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hack

Overview

The basic purpose is to provide some simple automations based upon common Git workflows

Credits

Usage

$ hack on [branch]

Switch branches. If no branch is provided it will default to 'master'. If the provided branch does not exist, it is created.

$ hack sync

Rebases with the master.

$ hack push

Merge and pushes to your remote repository.

$ hack sp

Shortcut for (s)ync and (p)ush.

$ hack stp [test commands]

Run your test suite between the sync and push operations. If no test commands are passed it will default to 'rake'

About

Automation for some common Git workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages