Last active
August 12, 2021 23:05
-
-
Save githubfoam/9c1eacfdb465d0991ac9d17e8df85499 to your computer and use it in GitHub Desktop.
atom cheat sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------------------------------------------------------ | |
| Problem: | |
| The tip of your current branch is behind its remote counterpart. Try pulling before pushing again. Or, to force push, hold cmd or ctrl while clicking. | |
| Fix: | |
| C:\Users\verona\github\PROBLEMPROJECT>git status | |
| C:\Users\verona\github\PROBLEMPROJECT>git pull | |
| C:\Users\verona\github\PROBLEMPROJECT>git push (github login required) | |
| ------------------------------------------------------------------------------------------ | |
| AtomLinter | |
| https://atomlinter.github.io/ | |
| #Plugin installation | |
| apm install linter-hadolint | |
| apm install linter-docker | |
| apm install linter-golinter | |
| apm install linter-jsonlint | |
| apm install linter-ruby | |
| apm install linter-perl | |
| apm install linter-packer-validate | |
| apm install linter-js-yaml | |
| apm install linter-terraform-syntax | |
| apm install linter-ansible-linting | |
| apm install linter-ansible-syntax | |
| apm install linter-shellcheck | |
| apm install linter-markdown | |
| apm install linter-jenkins | |
| apm install linter-jsonlint | |
| apm install linter-python | |
| apm install git-control | |
| apm install git-plus | |
| #Install Atom UI | |
| linter-ruby | |
| linter-perl | |
| linter-packer-validate | |
| linter-js-yaml | |
| linter-vagrant-validate | |
| linter-terraform-syntax | |
| linter-ansible-linting | |
| linter-ansible-syntax | |
| linter-shellcheck | |
| linter-markdown | |
| linter-jenkins | |
| linter-jsonlint | |
| linter-python | |
| ------------------------------------------------------------------------------------------ | |
| windows command prompt-> list all installed atom packages | |
| apm list --installed --bare > package-list.txt | |
| ------------------------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment