Skip to content

Files

Latest commit

 

History

History
12 lines (9 loc) · 595 Bytes

git-integration.md

File metadata and controls

12 lines (9 loc) · 595 Bytes

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?)