Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: initialcommit-com/git-sim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: initialcommit-com/git-sim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    26139cbView commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    69044f6View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Improve rebase subcommand to ignore merge commits by default, flatten…

    … diverging branch structure, color rebase dotted arrows, randomly generate simulated commit hashes
    
    Signed-off-by: Jacob Stopak <[email protected]>
    @initialcommit-io
    initialcommit-io committedApr 19, 2024
    Configuration menu
    Copy the full SHA
    c393536View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Add --rebase-merges flag to rebase subcommand to preserve merge struc…

    …ture during simulated rebase
    
    Signed-off-by: Jacob Stopak <[email protected]>
    @initialcommit-io
    initialcommit-io committedApr 20, 2024
    Configuration menu
    Copy the full SHA
    237d681View commit details
    Browse the repository at this point in the history
  2. Add --onto flag to rebase subcommand to allow specification of parent…

    … of commit to rebase
    
    Signed-off-by: Jacob Stopak <[email protected]>
    @initialcommit-io
    initialcommit-io committedApr 20, 2024
    Configuration menu
    Copy the full SHA
    5fa6713View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    a5542d3View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Refactor rebase subcommand to use more general <newbase> and <oldbase…

    …> terminology, update commit path tracings algos for accuracy
    
    Signed-off-by: Jacob Stopak <[email protected]>
    @initialcommit-io
    initialcommit-io committedApr 23, 2024
    Configuration menu
    Copy the full SHA
    851bad6View commit details
    Browse the repository at this point in the history
  2. Adjust rebase branch reset when using --onto with <until>, when <unti…

    …l> is specified as a non-active branch
    
    Signed-off-by: Jacob Stopak <[email protected]>
    @initialcommit-io
    initialcommit-io committedApr 23, 2024
    Configuration menu
    Copy the full SHA
    979152fView commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    88085cfView commit details
    Browse the repository at this point in the history
Loading