We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f47031 commit ea2099eCopy full SHA for ea2099e
rev_news/drafts/edition-35.md
@@ -44,16 +44,12 @@ Then Josef explained what would happen with Git:
44
45
> With git, by contrast, this won't work. Git will refuse to pull
46
> anything as long as there are ANY local modifications. The cron job
47
-> would need to
+> would need to
48
> ```
49
> git stash
50
-> ```
51
52
> git pull
53
54
55
> git stash pop
56
+> ```
57
> But this will temporarily remove my local modifications. If I happen
58
> to do a test run at this time, the test run would NOT contain the
59
> local modifications which I was about to test.
0 commit comments