- Create new git repository with description on https://github.com
- git clone https://github.com/NickName/NewRepo.git
- Create new git repository with description on https://gitlab.com.
- cd NewRepo
- git remote add gitlab http://gitlab.com/NickName/NewRepo.git
- Add LICENSE & commit it
- git push -u gitlab main
- git push -u origin main
- Add README.md & commit it
- Add and update .gitattributes
- Add .gitignore and update from https://github.com/github/gitignore
- Create new Solution\Project & commit it
- Add CHANGELOG.md & commit it
- Add Helpers, Entities (class), Utils (statis class)
- Add Models, ViewModelsm Views for WPF/UWP
- Add Tests prject (MSTest, xUnit, NUnit)
- Add PVS-Studio comments for analyzing