Sync notes with source control
Source control is a way to precisely manage the history and content of a directory of files. Often used for program code, this feature is very useful for note taking as well.
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 Allcommand after editing files. The default Foam workspace settings will stage & sync all of your changes to the remote:
- The quick and easy way is to use the
- Using GitDoc for Automatically Sync with Git
- Whatever way you like to do it (CLI?)
LINKS TO THIS PAGE
Using Foam
Published with Foam