Skip to content

Commit

Permalink
force add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Dec 5, 2023
1 parent 2bfc5cf commit bb6ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/git-tools/scripts/git-valu-commit-changes
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ git-valu-show-changes "$dir"
# Ensure not other files are added
git reset HEAD

git add "$dir"
git add -f "$dir"

git commit -m "Commit changes in $dir"

Expand Down

0 comments on commit bb6ac4d

Please sign in to comment.