NVlabs / nvdiffrec

Official code for the CVPR 2022 (oral) paper "Extracting Triangular 3D Models, Materials, and Lighting From Images".
Other
2.13k stars 223 forks source link

Please set scripts as executable in git #104

Open jonaspetersorensen opened 1 year ago

jonaspetersorensen commented 1 year ago

...It saves a manual step later when cloning/pulling :)

Example:

git add script.sh
git update-index --chmod=+x script.sh
git commit -m "Script is now executable by default"