Files
foam/docs/git-integration.md
Riccardo a23e73245f Update docs to use extension in wikilink definition (#283)
* changed vscode setting to include extensions in link definition

* updated docs to include extension in wikilink definition

* updated readme to navigate to github pages instead of published site
2020-10-09 19:04:07 +01:00

728 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 the Git: Commit All command after editing files. The default Foam workspace settings will stage & sync all of your changes to the remote:

  • Cmd + Shift + P (Ctrl + Shift + P for Windows), execute Git: Commit All

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