Skip to content

Commit

Permalink
home.git: disable forceDeleteBranch advice
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Jun 14, 2024
1 parent da95ee6 commit db950bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/programs/git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ in

advice = {
detachedHead = false;
forceDeleteBranch = false;
pushNonFastForward = false;
statusHints = false;
};
Expand Down

0 comments on commit db950bd

Please sign in to comment.