Gayratvlasov

Avatar
  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 6
  • Subscriptions 5
  • Created

    How to git reset/push --force ?

    Answered
    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...
    • 4 followers
    • 4 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Is it possibale to do git stash using changelist ?

    Answered
    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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: <...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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?
    • 2 followers
    • 1 comment
    • 0 votes