git-process icon indicating copy to clipboard operation
git-process copied to clipboard

Scripts to help work with a good Git process

Results 31 git-process issues
Sort by recently updated
recently updated
newest added

Updating to-master command to prompt user to squash commits before continuing with to-master. Hopefully this will reduce the number of cases where users forget to squash. Note: Default editor used...

in progress

In spec_helper: ``` require 'GitRepoHelper' RSpec.configure do |config| config.include GitRepoHelper end ```

refactoring

When you have files which have been added, but not committed, and you perform a git sync and choose "c" for "commit", the process halts at "Committing your files." Have...

bug

An example of where this is happening : ![gitsyncissue](https://f.cloud.github.com/assets/667114/2506384/6dd2149e-b3a6-11e3-9549-aa1cccf9e9e2.jpg)

bug

Right now if you do something like ``` $ git sync $ git rebase -i # squash commits $ git to-master ``` When it does the to-master it will close...

enhancement

It would be very useful to provide a way to hook into the `to-master` lifecycle, before attempting to push to a central repository. Examples, depending on your workflow: - Verify...

enhancement
ready

Right now it's a lot of custom work...

refactoring