mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
771 B
771 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 Git Automator:
Cmd+Shift+Ato stage and commit all filesCmd+Shift+Zto commit current fileCmd+Shift+Xto push all changes to remote repository
This could be improved. [todo] [good-first-task]