Files
openide/python/educational-python/resources/tips/MoveToChangelist.html
Valentina Kiryushkina 7e5a5b849a Rename educational plugins and update plugin's description
edu --> educational-python
educational --> educational-core
interactive-learning --> student
2016-01-26 19:36:12 +03:00

18 lines
581 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>If you don't want to commit some of your changes to the repository, you can set them aside for a while, by moving
to a separate changelist, or by putting them to a shelf. Select such file in the <span class="control">Local</span> tab of the <span class="control">Changes</span> tool
window, and on the context menu choose <span class="control">Move to another changelist</span>,
or <span class="control">Shelve Changes</span>.</p>
</body>
</html>