28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
Title: Add, edit, save, and remove files
|
|
Date: 2025-08-08
|
|
Category: News
|
|
Slug: add-edit-save-remove
|
|
Lang: en
|
|
|
|
![][splash]
|
|
|
|
# New
|
|
|
|
In July I've added the following to PSKOV 2:
|
|
|
|
| № | Description | Demonstration |
|
|
|---|---|---|
|
|
| 1 | Selecting a Git branch | <video controls width="500"><source src="../../images/2025-08_01.select-branch.mp4" type="video/mp4"/></video> |
|
|
| 2 | Pulling the changes of a Git branch | <video controls width="500"><source src="../../images/2025-08_02.pull.mp4" type="video/mp4"/></video> |
|
|
| 3 | Creating a new file | <video controls width="500"><source src="../../images/2025-08_03.add.mp4" type="video/mp4"/></video> |
|
|
| 4 | Editing the file, a list of recent files | <video controls width="500"><source src="../../images/2025-08_04.edit-recent.mp4" type="video/mp4"/></video> |
|
|
| 5 | Saving the changes | <video controls width="500"><source src="../../images/2025-08_05.save.mp4" type="video/mp4"/></video> |
|
|
| 6 | Deletion | <video controls width="500"><source src="../../images/2025-08_06.delete.mp4" type="video/mp4"/></video> |
|
|
|
|
# August
|
|
|
|
In August I plan to add `git commit` and `git push` commands to
|
|
be able to write the next article in PSKOV 2.
|
|
|
|
[splash]: ../../images/2025-08_splash.jpg
|