SystemAnalysisDpt-CMC-MSU / ellipsoids

Ellipsoidal Toolbox for MATLAB is a standalone set of easy-to-use configurable MATLAB routines and classes to perform operations with ellipsoids and hyperplanes of arbitrary dimensions
http://systemanalysisdpt-cmc-msu.github.io/ellipsoids
Other
19 stars 7 forks source link

Create demo for a pendulum with a flywheel #55

Closed irublev closed 6 years ago

irublev commented 6 years ago

This issue is a part of issue #53.

irublev commented 6 years ago

What remains to do --- the items 4 and 5 from the text of issue #53.

ShalnovYar commented 6 years ago

Good afternoon, if I understood correctly, to remake commits I should make a hard reset to the last commit before mine and make a push, then I should again make all my commits and push them again?

irublev commented 6 years ago

Yaroslav, it means that yes, you should do all anew. But it is not sufficient just to make a hard reset. In fact, you need, for example, to make stash save (before this hard reset, just to save the results of your work), only after this you need to reset your local repository to the last commit immediately before your ones, after this you should perform a rebase, then you can pop your stash, commit results and push them into our remote repository.