Skip to content

Commit 770d472

Browse files
committed
Cosmetics: removed the unnecessary 'Save file' instruction
1 parent 6956d75 commit 770d472

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workshop/09_Version_Control/07_Local_History.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Local history
44
*
5-
* Undo on steroids. Display changes made between commits, revert local changes, ...
5+
* Undo on steroids. Display changes made between commits, revert local changes, and more.
66
*/
77

88
namespace VersionControl\JetBrains;
@@ -12,7 +12,6 @@
1212

1313
// 2. Make sure the $name variable has an uppercase first character.
1414
// Code: $name = ucfirst($name);
15-
// Save the file.
1615

1716
// 3. From the VCS Operations popup, choose Show History under Local History.
1817
// This opens a new window in which local changes are shown for the current file.

0 commit comments

Comments
 (0)