obsidian-git icon indicating copy to clipboard operation
obsidian-git copied to clipboard

Integrate Git version control with automatic commit-and-sync and other advanced features in Obsidian.md

Results 211 obsidian-git issues
Sort by recently updated
recently updated
newest added

Because you cannot install git on Android/iOS the plugin has to include git in itself. Maybe the npm package [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) is the solution.

### Describe the bug Plugin does not load and returns errors when Obsidian starts up. ### Relevant errors (if available) ```shell VM266:14248 loading Obsidian Git plugin VM266:11181 Error: spawnSync git...

Really been enjoying this plugin recently. Its grown so much too from the auto-push/pull. Currently, this is a must have for myself and a few other friends of mine. Obsidian...

enhancement

With the popularity of chromebooks nowadays, i think it would be really useful to have this working on chromeOS (basically Android). This would as far as i can see require...

### Describe the bug Whenever I try to stage files, I get the following notification. I'm on Linux. What should I do? ![Screenshot from 2022-01-16 18-56-02](https://user-images.githubusercontent.com/71205864/149679678-8638b25b-0d00-4513-9364-7b177d3cfdad.png) ### Relevant errors (if...

### Describe the bug I set up my vault as a [keybase git repo](https://book.keybase.io/git) with: ```bash cd git init git remote add origin keybase://private/XXXX/YYYY git add -v . git commit...

help wanted

### Describe the bug Win10, Obsidian 0.14.6, GitHub Desktop 3.0.0 I just started using Obsidian with Git today and I get multiple errors when trying to push: ``` git obsidian...

### Describe the bug ![image](https://user-images.githubusercontent.com/100169858/167274625-b02c5750-cffb-432f-8cd2-9e5b89d957a9.png) ### Relevant errors (if available) _No response_ ### Steps to reproduce Plugins: Automatic Dark mode, obsidian git, excalidraw ### Expected Behavior _No response_ ### Addition...

awaiting response

### Describe the bug I get an error pop-up when I first open the vault. TypeError:: Cannot read property 'checkIsRep' of undefined I can click the error and it disappears....