Skip to content

Commit

Permalink
Merge branch 'release/3.2.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
junedomingo committed Jan 19, 2023
2 parents 9c8fe50 + 0b306d9 commit 64c0c17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ If you like this tool, please give it a star on GitHub: https://github.com/juned
export const gitStageChanges = () => {
shell.cd(APP_PATH);
shell.exec('git config --local core.autocrlf false');
shell.exec('git config --local core.safecrlf false');
shell.exec('git add .');
};

Expand Down

0 comments on commit 64c0c17

Please sign in to comment.