Skip to content

Commit dbec827

Browse files
committed
fix: update references to integration branch and gitbutler binary in paths
1 parent 9cd0549 commit dbec827

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

content/docs/development/debugging.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Often the most helpful thing is to look at the logs. GitButler is a Tauri app, s
2727
</Tab>
2828
<Tab value="Linux">
2929
```bash
30-
~/.config/com.gitbutler.app/logs/ [OR]
31-
~/.local/share/com.gitbutler.app/logs/
30+
~/.config/gitbutler/logs/ [OR]
31+
~/.local/share/gitbutler-tauri/logs/
3232
```
3333
</Tab>
3434
</Tabs>
@@ -77,12 +77,12 @@ GitButler also keeps it's own data about each of your projects. The virtual bran
7777
</Tab>
7878
<Tab value="Windows">
7979
```bash
80-
C:\Users\[username]\AppData\Roaming\com.domain.appname
80+
C:\Users\[username]\AppData\Roaming\com.gitbutler.app
8181
```
8282
</Tab>
8383
<Tab value="Linux">
8484
```bash
85-
~/.local/share/com.gitbutler.app/
85+
~/.local/share/gitbutler-tauri/
8686
```
8787
</Tab>
8888
</Tabs>

content/docs/features/virtual-branches/signing-commits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ Earlier versions of GitButler would only sign with it's generated SSH key. Altho
7777
</Tab>
7878
<Tab value="Windows">
7979
```bash
80-
C:\Users\[username]\AppData\Roaming\com.domain.appname\keys\ed25519.pub
80+
C:\Users\[username]\AppData\Roaming\com.gitbutler.app\keys\ed25519.pub
8181
```
8282
</Tab>
8383
<Tab value="Linux">
8484
```bash
85-
[userdir]/.local/share/com.gitbutler.app/keys/ed25519.pub
85+
~/.local/share/gitbutler-tauri/keys/ed25519.pub
8686
```
8787
</Tab>
8888
</Tabs>

content/docs/troubleshooting/recovering-stuff.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If you don't want to search through all your refs with `for-each-refs`, you can
6767
6868
```bash title="Terminal"
6969
❯ git log
70-
commit 2d8afe0ea811b5f24b9a6f84f6d024bb323a2db5 (HEAD -> gitbutler/integration)
70+
commit 2d8afe0ea811b5f24b9a6f84f6d024bb323a2db5 (HEAD -> gitbutler/workspace)
7171
Author: GitButler <gitbutler@gitbutler.com>
7272
Date: Fri Feb 23 10:30:18 2024 +0100
7373

0 commit comments

Comments
 (0)