Thanks to visit codestin.com
Credit goes to github.com

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: rubygems/release-gem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: rubygems/release-gem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 8, 2025

  1. Update example to opt out of persisting creds (#19)

    Suggesting that users opt out of persisting credentials by default is a
    stronger security posture. Including this in the example.
    landongrindheim authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    11f20f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Prevent credentials from being written to disk (#20)

    * Prevent credentials from being written to disk
    
    I had made a previous attempt at this, but used an approach that wrote
    credentials to `~/.gitconfig`. By piping credentials to `git
    credentials approve` we eliminate writing credentials altogether.
    Additionally, we're now cleaning up the credential cache before
    completing the workflow.
    
    Open question: is a timemout of five minutes sufficient?
    
    * Use `git credential-cache store` to start daemon
    landongrindheim authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    ebe1ec6 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2025

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

Commits on Oct 27, 2025

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