Ansicht umschalten
Avatar von Schuppenschmelze
  • Schuppenschmelze

266 Beiträge seit 26.04.2018

Open Source? Haben die schonmal von nem fork gehört?

$ git clone git@github.com:dagoma3d/CuraByDagoma.git $ grep -r "We don't allow our 3D printers to" * $ vim ... // if (blue_print_blacklist.contains(current_bp.hash) { // showErrorMsg("We don't allow our 3D printers ... // return; // } :wq $ git remote rm origin $ git remote add origin git@............ $ git add . $ git commit -m "TIME TO KILL" $ git push
Bewerten
- +
Ansicht umschalten