Skip to content

Commit ea2099e

Browse files
committed
rn-35: improve on previous formatting fixes
1 parent 9f47031 commit ea2099e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

rev_news/drafts/edition-35.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,12 @@ Then Josef explained what would happen with Git:
4444

4545
> With git, by contrast, this won't work. Git will refuse to pull
4646
> anything as long as there are ANY local modifications. The cron job
47-
> would need to
47+
> would need to
4848
> ```
4949
> git stash
50-
> ```
51-
> ```
5250
> git pull
53-
> ```
54-
> ```
5551
> git stash pop
56-
> ```
52+
> ```
5753
> But this will temporarily remove my local modifications. If I happen
5854
> to do a test run at this time, the test run would NOT contain the
5955
> local modifications which I was about to test.

0 commit comments

Comments
 (0)