Skip to content

Commit

Permalink
git config list
Browse files Browse the repository at this point in the history
  • Loading branch information
kminehart committed Nov 8, 2024
1 parent 321f5e7 commit a90f7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backport/cherrypick.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func CreateCherryPickBranch(ctx context.Context, runner CommandRunner, branch st
runner.Run(ctx, "ls", "-al")
runner.Run(ctx, "git", "status")
runner.Run(ctx, "git", "remote", "-v")
runner.Run(ctx, "git", "config", "list")
if _, err := runner.Run(ctx, "git", "fetch"); err != nil {
return fmt.Errorf("error fetching: %w", err)
}
Expand Down

0 comments on commit a90f7ab

Please sign in to comment.