github.com/nfisher/gitit@v0.0.7-0.20240131193748-bc8dd26542cc/README.md (about)

     1  # GitIt
     2  
     3  [![Go](https://github.com/nfisher/gitit/actions/workflows/go.yml/badge.svg)](https://github.com/nfisher/gitit/actions/workflows/go.yml)
     4  ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/nfisher/gitit)
     5  [![Go Report Card](https://goreportcard.com/badge/github.com/nfisher/gitit)](https://goreportcard.com/report/github.com/nfisher/gitit)
     6  [![codecov](https://codecov.io/gh/nfisher/gitit/branch/main/graph/badge.svg)](https://codecov.io/gh/nfisher/gitit)
     7  
     8  Stacked commits and stuff.
     9  
    10  Initial [post](https://junctionbox.ca/2022/06/22/stacked-commits.html). 
    11  
    12  # Feature Progress
    13  
    14  ## Local Git
    15  
    16  * [x] Branch
    17  * [x] Checkout
    18  * [x] Init
    19  * [x] Status
    20  
    21  ### Maybe
    22  
    23  * [ ] Squash - tracking squashed merges might be adequate.
    24  
    25  ## Remote Git
    26  
    27  * [ ] Pull
    28  * [x] Push
    29  * [ ] Status
    30  
    31  ### Maybe
    32  
    33  * [ ] Rebase - pull might be adequate.
    34  
    35  ## PR Integration
    36  
    37  * [ ] Create
    38  * [ ] Update
    39  * [ ] Track Merges