XimeraProject / xake

The new build system for Ximera content written in Go
Other
8 stars 9 forks source link

Defrost: Undo the most recent 'git commit ; xake frost' and 'xake serve' #4

Open jackschmidt opened 7 years ago

jackschmidt commented 7 years ago

Undo the most recent 'git commit ; xake frost' and 'xake serve'

To undo a xake bake, just bake again. The frosting and regular blob/commits hang out for 30 days and are then automatically pruned.

You can view the new history with: git log --oneline --all --graph --decorate $(git reflog | awk '{print $1}')