Files
foam/docs/features/git-integration.md
Riccardo deb77328c0 Reorganized and updated foam docs (#398)
* reorganized and updated foam docs

* minor changes to vscode extension readme

* added 404 page and minor changes

Co-authored-by: Joe Previte <jjprevite@gmail.com>
2020-12-05 23:04:34 +01:00

595 B

Git Integration

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

  • Using VS Code's own git integration
    • 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:
  • Using GitDoc for [automatic-git-syncing]
  • Whatever way you like to do it (CLI?)