Skip to content

🪜 Workflow

Charles Chiu edited this page Oct 15, 2022 · 9 revisions

Set up Git

This is like typing in the account/password, so make sure you follow ALL the steps in set-up-git.

NOTE: SSH-keys is preferred to use in this workflow, PLEASE set it properly, PLEASE. Connecting over SSH Section Link

Create a private repo

This is like creating a folder in GitHub, follow create-a-repo to create a private repo.

※ Noted: If you create a public repo, that means everyone on GitHub can see what you put in there. You don't want that, do you?

Add .gitignore in your repo (Optional)

In your repo page > Add file > Create new file > Name your file: .gitignore. Type those:

logseq/bak/
logseq/.recycle

Download this repo, for computer users

Click the green Code button of this repo and Download ZIP, then unzip it for later use.

Clone this wiki locally