I am new to Git and not sure how to recover deleted files. I made some changes to python code on my local machine and then add them, commit and then have delected.
So.. Now I have this one:
Your branch is behind 'origin/start' by 2 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
deleted: base.py
deleted: model.py
Is it possible to cancel -rm and recover files base.py, model.py?