File size: 175 Bytes
c2ba4d5
 
 
 
 
1
2
3
4
5
6
# reformat all to prevent commit problem
git add .
pre-commit run --all-files
# restore the files added so that one can actually add files to be commit
git restore --staged .