git reset --hard HEAD~3 # reset current branch to 3 commits ago
git push origin master --force
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| by Dima P. of Veeam Software (minor refinements and screenshots by Paul Braren) | |
| Warning: The side effect of this approach is that all existing settings are going to be erased (backup session logs and job configuration), so I recommend to use this method only if its recommended by support team. | |
| After you complete the procedure described below the backup chain should be started from scratch. The previously created restore points are valid and can be used for recovery, however they won’t be erased automatically by retention logic, thus you have to clean them up manually. | |
| Stop the Veeam Endpoint Backup Service | |
| Press Ctrl+R to bring up the Run dialogue, type services.msc and press enter, this brings up the Services application, now locate the Veeam Endpoint Backup service, right-click, choose Stop, but leave the Services application open, you'll need it again for Steps 3, 4 and 6. | |
| Veeam-Endpoint-Service-Stop_667 |
Example:
How use <see href="https://core.telegram.org/bots/api#html-style">this</see>
Как сделать инсталятор https://ru.stackoverflow.com/questions/431290/%D0%98%D0%BD%D1%81%D1%82%D0%B0%D0%BB%D0%BB%D1%8F%D1%82%D0%BE%D1%80-%D0%B4%D0%BB%D1%8F-%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D1%8B
Visual Studio Installer Extension https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.MicrosoftVisualStudio2015InstallerProjects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INotifyPropertyChanged - рas already changed | |
| INotifyPropertyChanged - beginning to change | |
| For example | |
| public int Id | |
| { | |
| get => _id; | |
| set | |
| { |
OlderNewer