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: v0.2.9
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: v0.3.0
Choose a head ref
  • 20 commits
  • 17 files changed
  • 3 contributors

Commits on Apr 9, 2023

  1. Use enum for --color-by options (#80)

    * Use Enum for coloring options
    
    Also move some stray Enums into git-sim.enums.py.
    
    Enums have two advantages here, they:
     - show all options when using git-sim --help
      - help avoid typos in the string comparison in git_sim_base_command's
      color_by() function
    
    * update help string for  option
    
    * use Union[..., None] instead of Optional[...] for backwards compatibility
    
    ---------
    
    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    paketb0te authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    0b7d777 View commit details
    Browse the repository at this point in the history
  2. Add rm subcommand

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    4818b8d View commit details
    Browse the repository at this point in the history
  3. Add mv subcommand

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    0df3927 View commit details
    Browse the repository at this point in the history
  4. Add clean subcommand

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    8cbb5f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Update readme to add documentation for rm, mv, and clean

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    4ca3126 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Add images for new subcommands
    initialcommit-io authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    421aa1d View commit details
    Browse the repository at this point in the history
  3. Update contribution guidelines to utilize dev branch

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    4b9f71c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    639cd26 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Update README.md

    Add logo with tagline header gif
    initialcommit-io authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d2ae613 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Add --style option to allow different graphical styles

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6725e30 View commit details
    Browse the repository at this point in the history
  2. Capitalize enum keys

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    9161676 View commit details
    Browse the repository at this point in the history
  3. Format with black

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d3d9277 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Update logo and tagline gif
    initialcommit-io authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e12ac33 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Update logo and tagline gif
    initialcommit-io authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5ffca9b View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Optimize git-sim logo with tagline gif to use 1440x376 res at 30 fps
    initialcommit-io authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    105e188 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Update logo with tagline gif to 1440x376 res at 45 fps
    initialcommit-io authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    10b137e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Fix color-by enum values

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    3d5053a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae58cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8de9781 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Bump version to 0.3.0

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    2696cb9 View commit details
    Browse the repository at this point in the history
Loading