Skip to content

Commit

Permalink
github pages update
Browse files Browse the repository at this point in the history
commit-id:95367a43
  • Loading branch information
ejoffe committed Jul 9, 2021
1 parent 05b5d75 commit 8993450
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Git SPR : Stacked Pull Requests on GitHub
![logo](../assets/git_spr_logo.png)
## Stacked Pull Requests on GitHub

I am a total practitioner of writing code in small consumable chunks, getting them reviewed and merged quickly. This approach leads to very fast paced code iterations, merge a lot and merge often. There is no question in my mind that writing software in this way is more productive than long lived branches with pull requests taking days or weeks to merge.

Expand All @@ -10,6 +11,9 @@ With SPR each git commit is an atomic unit of work that needs to pass all the ch

SPR is a client side script integrated into git, there is no special configuration on GitHub or any special server side software that needs to run. It can be used in any GitHub repository and doesn't interfere with other workflows as it uses the same pull request model.

![asciicasst](../assets/git_spr_cast.gif)
--------------------------------------

To create a pull request. Just commit your changes and call spr update. The branch is pushed to GitHub, and a pull request is created.
```shell
> git commit -m "Feature A"
Expand Down

0 comments on commit 8993450

Please sign in to comment.