Gayratvlasov
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 5
-
Gayratvlasov 创建了一个帖子, 已回答How 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 创建了一个帖子, 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 创建了一个帖子, 已回答Is 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 创建了一个帖子, 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 创建了一个帖子, 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?