(we are switching to a new theme, don't worry if things look different for a while!)

Site Navigation

Home
Search
All Pages
Recent Changes

Plans

Massive Wiki Roadmap
Pier2Pier
Massive Wiki Builder redesign

For Testing

wiki link test page
Mistletoe parser test page
Mistletoe & the ampersand story

For Fun

The Walrus

Edit This Page Clicking 'Edit This Page' opens this page on github.com. You can edit, and save changes, if you are a contributor to the repository. Close the edit page to return to this one.


How to Clone with Git

Use case: We want to sync a new repo / vault down from GitHub to my local computer.

There are several methods/tools you can use. Choose one that suits you best.

0. Don't clone it to your local machine at all

You can read and edit (if you have permissions) the wiki through the GitHub web interface. It's very clunky, but it can be doe.

1. command line

cd ~/Documents/GitHub
git clone https:// ...
- easiest, but sort of inscrutable unless you're familiar with command line

2. Obsidian Git command in Obsidian

Use the Command Palette in Obsidian and search for "clone".

No other tool required, but the user interface and workflow is a little clunky.

3. Use your IDE (such as Pulsar Editor)

If you're using an IDE for other things, you can also use its Git integration for wikis.

Only good if you're familiar with your IDE, and find it easier than using Obsidian Git.

4. GitHub Desktop

GitHub Desktop is a free and open source Git UI client. It also has good authentication integration with GitHub.

Other Git UI Clients

You may find other Git UI clients useful. See Git GUI Clients.