Setup¶
After mediocre success with your app Who are you?, you decide to build a more introspective version - Who am I? :face_with_monocle:
Run the following commands to set up a git repo with some modifications for your app.
In this example, you
- committed
README.md
- committed
runtime.txt
- changed and re-committed
runtime.txt
Thus you've made three total commits, as shown by git log
.
At this point, you realize your code is broken :face_with_raised_eyebrow: probably due to updating your Python version in the latest commit..
Challenge¶
Restore runtime.txt
back to the way it was before your latest change. (Use git commands - don't just edit the file!)
Solution¶
This content is gated
Subscribe to one of the products below to gain access