Files
foam/git-integration.md
Jani Eväkallio 111afaca66 More recipes
2020-06-23 21:08:30 +01:00

771 B

Git integration

There are (too) many ways to commit your changes to source control:

  • Using VS Code's own git integration
  • Using GitLens (included in Foam for inline blame)
  • Whatever way you like to do it (CLI?)

The quick and easy way is to use Git Automator:

  • Cmd + Shift + A to stage and commit all files
  • Cmd + Shift + Z to commit current file
  • Cmd + Shift + X to push all changes to remote repository

This could be improved. [todo] [good-first-task]