Gayratvlasov
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 5
-
Gayratvlasov created a post, AnsweredHow to git reset/push --force ?
I made a commit and push it Next, I see - I made an error in my commit. I run: git reset HEAD~1 git push --forceMy question - how I can do it using webstorm ?I can do git reset by selecting from me... -
-
Gayratvlasov created a post, webstorm markdown: errors inside code block
I'm inserting code block to markdown file and see errors in code in Problems tab My "Languages & Frameworks > Markdown - Show errors in code fences" is unchecked. Is it possible to hide errors in c... -
Gayratvlasov created a post, AnsweredIs it possibale to do git stash using changelist ?
I have master and tmp1 branch. Now I'm in tmp1, made changes in table.ts file, and want to checkout to master branch to make some modifications in another file. I run git stash push, checkout to ma... -
Gayratvlasov created a post, Markdown preview: clickable links - how to do?
I'm writing readme.md for GitHub I need clickable links inside the file (table of contents). But I want to see how it working in preview. Now I'm write it this way: Link: [Драйвер](#driver) Body: <... -
Gayratvlasov created a post, spell check all errors
Webstorm can spell check your text (for example in readme) But a found error is underlined only. Is it possible to find all errors in readme ? How I can move to the next spell check error?