Skip to content

Add a way to back up notes (via git) #16

@dcchambers

Description

@dcchambers

$ note push or something similar to push notes to a remote git repo.

EG ->

gitPushDate=$(date +%Y-%m-%d)
echo "$gitPushDate"
git add ~/notes/*
git commit -m 'Automatically adding notes through $gitPushDate'
git push origin master
  • Requires a git repo be set up and origin configured.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions