From 1a67b9ea716d00a8fb4b9d7b4a6f43371997da8d Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Sun, 10 Mar 2019 01:02:48 +0100 Subject: [PATCH] Added no method to undo not made changes --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 6d94db2..9968753 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,27 @@ It's that simple. And when it comes time to scale the application, all you have I know right? +## What if I acciedntally didn't wrote something? + +It can happen that you actually did not write something like this + +``` + +``` + +This is a commen misstake many people do when not writing code. +In that case just run the following command to revert any not made changes + +``` + +``` + +The output should be like this then + +``` + +``` + ## Contributing You don't.