You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pour mettre les modifications locales dans le cloud
git add .
git commit -m "premier commit"
git push --set-upstream origin nomDeLaBranche
ou
git push (si la branche est deja cree dans git)
Pour changer de branche
git checkout nomDeLaBranche
Pour creer une branche
git checkout -b nomDeLaNouvelleBranche
Pour delete une branche
git branch -D nomDeLaBrancheASupprimer
Pour pull
git pull
Commandes pour creer le main
Dans le terminal powershell developpeur de visual studio
cl /EHsc main.cpp Classes/Accelerators/*.cpp Classes/BRDF/*.cpp Classes/Cameras/*.cpp Classes/Lights/*.cpp Classes/LinearAlgebra/*.cpp Classes/Materials/*.cpp Classes/Sampling/*.cpp Classes/Shapes/*.cpp Classes/Tracers/*.cpp Classes/*.cpp; del *.obj
//executer le .exe dans lexploratuer de fichiers
/EHsc : pour les exceptions (un warning)
On doit faire tous les folders maintenant .... :(
Roxy big brain a remplacé la fonction pour supprimer les .obj gossants du folder BOOM (clap) pu de merge conflicts