Skip to content

Instantly share code, notes, and snippets.

@rendorHaevyn
rendorHaevyn / vscode_cmds
Last active March 25, 2021 06:59
VSCode_Commands
ctrl-shift-k: delete selected link
alt-shift-up: duplicate current line, below
alt-shift-down: duplicate current line, below
ctrl-shift-{: collapse bracketed region
ctrl-shift-}: expand bracketed region
ctrl-shift-\: move cursor between bracketed region start and end bracket
ctrl-shift-.: peek and navigate sections within file, such as python classes and functions
ctrl-up: code scroll up
ctrl-down: code scroll down
alt-up: move selected line up
@rendorHaevyn
rendorHaevyn / git_comments.md
Last active January 11, 2020 01:17
Approach for adding comment to git

Git Comments

Will follow the recommendations proposed in Contributing to Pandas

  • ENH: Enhancement, new functionality
  • BUG: Bug fix
  • DOC: Additions/updates to documentation
  • TST: Additions/updates to tests
  • BLD: Updates to the build process/scripts
  • PERF: Performance improvement
@rendorHaevyn
rendorHaevyn / git_commands.md
Last active February 11, 2021 06:05
Git Commands

Git How To

Initialise repo per the following link:

Publishing a new repo to GitHub from VS Code

Set up Git repo on local machine:

  1. Create your new repository on GitHub. Do not add README, license or gitignore for now. Note the “remote repository URL”, which you will need in step 7 instead of URL.
  2. Open terminal