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.