Category Archives: Без рубрики

WepPackDevServer

Part of webpack. Needed for hot reload, also can serve requested files. configure in webpack.config Start it like this after start it will show smth like How to define which files it can serve ? After showing, click any of … Continue reading

Posted in Без рубрики | Comments Off on WepPackDevServer

Git. Rev-Parse. Getting latest commit

Source

Posted in Без рубрики | Comments Off on Git. Rev-Parse. Getting latest commit

Git.Log

will log commits in one line

Posted in Без рубрики | Comments Off on Git.Log

Git.Revert

will add commit to history that will revert commitHash commit history will not be overwritten

Posted in Без рубрики | Comments Off on Git.Revert

Git. Clean

will clean all untracked files and directories

Posted in Без рубрики | Comments Off on Git. Clean

Git. Reset

–hard will erase all –mixed will move out from index –soft will be visible only on another commit, and don’t move out from index

Posted in Без рубрики | Comments Off on Git. Reset

Git. Amend

this will reset and make new commit and leaves the previous msg

Posted in Без рубрики | Comments Off on Git. Amend

Git. Making commits history clean in the branch

if i stay on my feature branch and want to sync with develop lets say it will put commits in feature branch to tip of the main merge develop into feature, overwrite history in my branch other option

Posted in Без рубрики | Comments Off on Git. Making commits history clean in the branch

Git. How do i squash commits?

Option number one Option number two In jetBrains products Git -> popup on selected commits -> squash Option number three In Tortoise Git Show Log -> Selected commits -> Squash // but here should be clean working tree

Posted in Без рубрики | Comments Off on Git. How do i squash commits?

Delphi.Masterpiece.Connections and ini settings

Connection to postgres Adding ini file, for ex. Domain.Registry.Tests.ini Connecting in the code Watch settings from ini in the code For Oracle it will be IHostConnectionSetting in spite of IConnectionSetting

Posted in Без рубрики | Comments Off on Delphi.Masterpiece.Connections and ini settings