80d73af376d79e3ff10947ffff9a948714767b9e
commit 80d73af376d79e3ff10947ffff9a948714767b9e
Author: Simon Waton <spw01@protonmail.com>
Date: Wed May 15 00:01:22 2019 -0400

Updating README

diff --git a/README.md b/README.md
index a24f5bc..82bd1b3 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
# simply-git

Project to abstract some of the weirder git operations. Should always be able to be used alongside git, as opposed to trying to replace it outright.
+
+TODO:
+
+--reset-from-master
+* add soft and hard functionality, right now only 'soft' is implemented
+
+--branch-from-master
+* generate an up to date new branch from upstream/master (whether you're forked or cloned directly)