Skip to content
View madeddy's full-sized avatar
:electron:
Respond possible slow
:electron:
Respond possible slow

Block or report madeddy

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RpaKit RpaKit Public

    A application for the work on RenPy archives. Decompresses, lists the content or tests the format of a RPA.

    Python 4

  2. unrpyc unrpyc Public

    Forked from CensoredUsername/unrpyc

    A fork of "CensoredUsername/unrpyc". Please send all Issues and PRs to the upstream repository.

    Ren'Py 38 6

  3. diff2patch diff2patch Public

    A tool to compare two directory's and compose a patch with all differing and new files

    Python 4

  4. Moving commits between branches Moving commits between branches
    1
    # Example: Moving up to a few commits to another branch
    2
    
                  
    3
    Branch A has commits (X,Y) that also need to be in Branch B. The cherry-pick operations should be done in the same chronological order that the commits appear in Branch A. 
    4
    
                  
    5
    `cherry-pick` does support a range of commits, but if you have merge commits in that range, it gets really complicated