Comment on Simple git workflow with hack and shipComments−DanielRibeiro15yThis workflow would probably also benefit from a gitc script, for fast committing:#!/bin/bashgit commit -a -m "$*"
Comments
This workflow would probably also benefit from a gitc script, for fast committing:
#!/bin/bash
git commit -a -m "$*"