tortilla
tortilla copied to clipboard
No reference to file paths generated using diff_step template helper
No reference to file paths generated using diff_step template helper.
Here is an example of a generated diff:
Step 1.2: Create index.html
Added client/index.html
@@ -0,0 +1,6 @@
+┊ ┊1┊<head>
+┊ ┊2┊ <base href="/">
+┊ ┊3┊</head>
+┊ ┊4┊<body>
+┊ ┊5┊ Hello World!
+┊ ┊6┊</body>🚫↵
We have no reference to the created index.html
, so instead of looking to it manually in the commits history (Which can take quiet a time) it would be a good idea to just add a reference to it.
still relevant? @DAB0mB