gitreflow
gitreflow copied to clipboard
Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.
Hello! I'm getting the following error when doing `git reflow setup` on a new machine: ``` /Users/togume/.asdf/installs/ruby/3.0.0/lib/ruby/gems/3.0.0/gems/git_reflow-0.9.5/lib/git_reflow/git_server/git_hub.rb:146:in `rescue in authenticate': We were unable to authenticate with Github. (RuntimeError) from /Users/togume/.asdf/installs/ruby/3.0.0/lib/ruby/gems/3.0.0/gems/git_reflow-0.9.5/lib/git_reflow/git_server/git_hub.rb:107:in...
Whenever I run `git reflow deliver`, I get the following error: ``` Here's the status of your review: Traceback (most recent call last): 10: from /home/sangaline/.gem/ruby/2.7.0/bin/git-reflow:23:in `' 9: from /home/sangaline/.gem/ruby/2.7.0/bin/git-reflow:23:in...
Under https://github.com/reenhanced/gitreflow#guiding-principles the image link is broken.
Just a note to create a document with instructions on how to contribute to GitReflow.
As embarrassing as it may sound. This repo is the first time I got to hear about `LGTM` reviews. But the point is, I am always trying to improve on...
I asked Valentino about this, and his reply (a month ago now) was: > We've recently abstracted much of the git server interaction into a [generic interface](https://github.com/reenhanced/gitreflow/blob/master/lib/git_reflow/git_server/base.rb) so we could...
This feature needs to account for both the external contributor (the one doing the forking) and the members of the project (that do the merging of the PR). ## Starting...
So I seem to have a problem using git reflow inside of a git submodule. What I want to be able to do, is simultaneously work on an App and...
Consider adding [git aliases](https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases) to the setup command. Maybe setup subcommand `git reflow setup aliases` that could just add them to the user's config file automatically. See #181 for prior...
Adds documentation for how to contribute to git-reflow. Resolves #104