Slide 19
Slide 19 text
Best practice
➜ git add -p
diff --git a/README.md b/README.md
index 540550a..2f10d41 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-This is an old line
+This is the new line
Stage this hunk [y,n,q,a,d,/,e,?]? y
diff --git a/src/Foobar.php b/src/Foobar.php
index 540550a..2f10d41 100644
--- a/src/Foobar.php
+++ b/src/Foobar.php
@@ -1 +1 @@
-class Foobar
-{
- const BAZ = 'world';
-}
Stage this hunk [y,n,q,a,d,/,e,?]?
git add patch