mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
* 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>
13 lines
595 B
Markdown
13 lines
595 B
Markdown
# 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?)
|
|
|
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
|
[automatic-git-syncing]: ../recipes/automatic-git-syncing.md "Automatically Sync with Git"
|
|
[//end]: # "Autogenerated link references"
|