Galacticraft icon indicating copy to clipboard operation
Galacticraft copied to clipboard

Praise the sun! (and other light emitting bodies)

Open g307m opened this issue 3 years ago • 6 comments

Fixes #208 and moves duplicate code from solar panels to an abstract class.

g307m avatar Dec 01 '21 18:12 g307m

By the way, how do I hide the old commits?

g307m avatar Dec 01 '21 18:12 g307m

By the way, how do I hide the old commits?

You can use GitHub Desktop to squash all these commits into a singular commit, then force-push.

Alternatively, use git interactive rebasing.

craftablescience avatar Dec 01 '21 18:12 craftablescience

Squashing. I'll do that in the future.

g307m avatar Dec 01 '21 18:12 g307m

oh it decided to add that to the pr, didnt work

g307m avatar Dec 01 '21 19:12 g307m

eh, i'll just nuke the fork later

g307m avatar Dec 01 '21 19:12 g307m

git rebase -i HEAD~16

then make every commit after the first s instead of pick to squash them

deltanedas avatar Dec 05 '21 19:12 deltanedas