pulsar/packages/git-diff
confused_techie 2eab519e23
Merge pull request #209 from Sertonix/add-or-update-packages-package-lock.js
add or update `packages/*/package-lock.json`
2022-12-13 18:21:25 -08:00
..
keymaps ➡️ Migrate core package 'git-diff' into ./packages 2018-09-06 14:31:10 -07:00
lib fix(git-diff): Now targets the closest parent repo to the open file. 2022-01-02 16:38:49 -08:00
menus ➡️ Migrate core package 'git-diff' into ./packages 2018-09-06 14:31:10 -07:00
spec chore: I forgot how touchy the linter settings were. 2022-01-03 18:14:04 -08:00
styles Reduce font size 2019-02-14 14:49:27 +09:00
package-lock.json add or update packages/*/package-lock.json 2022-12-10 19:13:50 +01:00
package.json Additional rebranding where needed 2022-07-26 17:20:19 -07:00
README.md remove badges from packages readme 2022-11-19 23:43:16 +01:00

Git Diff package

Marks lines in the editor gutter that have been added, edited, or deleted since the last commit.

  • alt-g up to move the cursor to the previous diff in the editor
  • alt-g down to move the cursor to the next diff in the editor