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 6956d75 commit 770d472Copy full SHA for 770d472
workshop/09_Version_Control/07_Local_History.php
@@ -2,7 +2,7 @@
2
/**
3
* Local history
4
*
5
- * Undo on steroids. Display changes made between commits, revert local changes, ...
+ * Undo on steroids. Display changes made between commits, revert local changes, and more.
6
*/
7
8
namespace VersionControl\JetBrains;
@@ -12,7 +12,6 @@
12
13
// 2. Make sure the $name variable has an uppercase first character.
14
// Code: $name = ucfirst($name);
15
-// Save the file.
16
17
// 3. From the VCS Operations popup, choose Show History under Local History.
18
// This opens a new window in which local changes are shown for the current file.
0 commit comments