alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
fix push instrs
author
Akshay
date
1 year ago
(Mar 7, 2025, 6:09 PM UTC)
commit
602da44a
602da44ab107e1bb5feb7abff3ebd082ae6f7935
parent
23ff1421
23ff1421385b1d92c411e60c9a96ad9e228a9af6
+4
-4
2 changed files
Expand all
Collapse all
Unified
Split
appview
pages
templates
repo
empty.html
index.html
+2
-2
appview/pages/templates/repo/empty.html
View file
Reviewed
···
12
12
<section class="mt-4 p-6 rounded bg-white w-full mx-auto overflow-auto">
13
13
<strong>push</strong>
14
14
<pre>
15
15
-
git remote add origin git@tangled.sh:{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }} </pre
15
15
+
git remote add origin git@tangled.sh:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }} </pre
16
16
>
17
17
<strong>clone</strong>
18
18
<pre>
19
19
git clone https://tangled.sh/{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }}
20
20
-
git clone git@tangled.sh:{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }}
20
20
+
git clone git@tangled.sh:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }}
21
21
</pre
22
22
>
23
23
</section>
+2
-2
appview/pages/templates/repo/index.html
View file
Reviewed
···
207
207
<section class="mt-4 p-6 rounded bg-white w-full mx-auto overflow-auto">
208
208
<strong>push</strong>
209
209
<pre>
210
210
-
git remote add origin git@tangled.sh:{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }} </pre
210
210
+
git remote add origin git@tangled.sh:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }} </pre
211
211
>
212
212
<strong>clone</strong>
213
213
<pre>
214
214
git clone https://tangled.sh/{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }}
215
215
-
git clone git@tangled.sh:{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }}
215
215
+
git clone git@tangled.sh:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }}
216
216
</pre
217
217
>
218
218
</section>