mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Cloud Publishing URLs examples updated.
This commit is contained in:
parent
88f81fb827
commit
ec3e199845
|
@ -52,7 +52,7 @@ The following snippets demonstrate the basic structure of confidential slide dec
|
|||
|
||||
```bash
|
||||
# The default slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk
|
||||
https://gitpitch.com/acmecorp/tech-talk/master
|
||||
|
||||
# The default slide deck in the acmecorp/tech-talk repo, main branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk/main
|
||||
|
@ -61,7 +61,7 @@ https://gitpitch.com/acmecorp/tech-talk/main
|
|||
https://gitpitch.com/acmecorp/tech-talk/dev
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?p=coding/intro
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?p=coding/intro
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX.
|
||||
https://gitpitch.com/acmecorp/tech-talk/tagX?p=coding/intro
|
||||
|
@ -74,7 +74,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?p=coding/intro
|
|||
|
||||
```bash
|
||||
# The default slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=gitlab
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab
|
||||
|
||||
# The default slide deck in the acmecorp/tech-talk repo, main branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab
|
||||
|
@ -83,7 +83,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab
|
|||
https://gitpitch.com/acmecorp/tech-talk/dev?grs=gitlab
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=gitlab&p=coding/intro
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab&p=coding/intro
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX.
|
||||
https://gitpitch.com/acmecorp/tech-talk/tagX?grs=gitlab&p=coding/intro
|
||||
|
@ -96,7 +96,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?grs=gitlab&p=coding/intro
|
|||
|
||||
```bash
|
||||
# The default slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&s=sneakpEEk
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&s=sneakpEEk
|
||||
|
||||
# The default slide deck in the acmecorp/tech-talk repo, main branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk
|
||||
|
@ -105,7 +105,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk
|
|||
https://gitpitch.com/acmecorp/tech-talk/dev?grs=bitbucket&s=sneakpEEk
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&p=coding/intro
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&p=coding/intro
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX.
|
||||
https://gitpitch.com/acmecorp/tech-talk/tagX?grs=bitbucket&p=coding/intro
|
||||
|
|
|
@ -50,7 +50,7 @@ The following snippets demonstrate the basic structure of private slide deck URL
|
|||
|
||||
```bash
|
||||
# The default slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?s=sneakpEEk
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?s=sneakpEEk
|
||||
|
||||
# The default slide deck in the acmecorp/tech-talk repo, main branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk/main?s=sneakpEEk
|
||||
|
@ -59,7 +59,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?s=sneakpEEk
|
|||
https://gitpitch.com/acmecorp/tech-talk/dev?s=sneakpEEk
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?p=coding/intro&s=091827
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?p=coding/intro&s=091827
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX.
|
||||
https://gitpitch.com/acmecorp/tech-talk/tagX?p=coding/intro&s=091827
|
||||
|
@ -72,7 +72,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?p=coding/intro&s=091827
|
|||
|
||||
```bash
|
||||
# The default slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=gitlab&s=sneakpEEk
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab&s=sneakpEEk
|
||||
|
||||
# The default slide deck in the acmecorp/tech-talk repo, main branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab&s=sneakpEEk
|
||||
|
@ -81,7 +81,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab&s=sneakpEEk
|
|||
https://gitpitch.com/acmecorp/tech-talk/dev?grs=gitlab&s=sneakpEEk
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=gitlab&p=coding/intro&s=091827
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab&p=coding/intro&s=091827
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX.
|
||||
https://gitpitch.com/acmecorp/tech-talk/tagX?grs=gitlab&p=coding/intro&s=091827
|
||||
|
@ -94,7 +94,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?grs=gitlab&p=coding/intro&s=0918
|
|||
|
||||
```bash
|
||||
# The default slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&s=sneakpEEk
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&s=sneakpEEk
|
||||
|
||||
# The default slide deck in the acmecorp/tech-talk repo, main branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk
|
||||
|
@ -103,7 +103,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk
|
|||
https://gitpitch.com/acmecorp/tech-talk/dev?grs=bitbucket&s=sneakpEEk
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&p=coding/intro&s=091827
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&p=coding/intro&s=091827
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX.
|
||||
https://gitpitch.com/acmecorp/tech-talk/tagX?grs=bitbucket&p=coding/intro&s=091827
|
||||
|
|
|
@ -40,7 +40,7 @@ The following snippets demonstrate the basic structure of public slide deck URLs
|
|||
|
||||
```bash
|
||||
# The default slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk
|
||||
https://gitpitch.com/acmecorp/tech-talk/master
|
||||
|
||||
# The default slide deck in the acmecorp/tech-talk repo, main branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk/main
|
||||
|
@ -49,7 +49,7 @@ https://gitpitch.com/acmecorp/tech-talk/main
|
|||
https://gitpitch.com/acmecorp/tech-talk/dev
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?p=coding/intro
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?p=coding/intro
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX.
|
||||
https://gitpitch.com/acmecorp/tech-talk/tagX?p=coding/intro
|
||||
|
@ -62,7 +62,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?p=coding/intro
|
|||
|
||||
```bash
|
||||
# The default slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=gitlab
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab
|
||||
|
||||
# The default slide deck in the acmecorp/tech-talk repo, main branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab
|
||||
|
@ -71,7 +71,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab
|
|||
https://gitpitch.com/acmecorp/tech-talk/dev?grs=gitlab
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=gitlab&p=coding/intro
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab&p=coding/intro
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX.
|
||||
https://gitpitch.com/acmecorp/tech-talk/tagX?grs=gitlab&p=coding/intro
|
||||
|
@ -84,7 +84,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?grs=gitlab&p=coding/intro
|
|||
|
||||
```bash
|
||||
# The default slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&s=sneakpEEk
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&s=sneakpEEk
|
||||
|
||||
# The default slide deck in the acmecorp/tech-talk repo, main branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk
|
||||
|
@ -93,7 +93,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk
|
|||
https://gitpitch.com/acmecorp/tech-talk/dev?grs=bitbucket&s=sneakpEEk
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, master branch.
|
||||
https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&p=coding/intro
|
||||
https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&p=coding/intro
|
||||
|
||||
# The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX.
|
||||
https://gitpitch.com/acmecorp/tech-talk/tagX?grs=bitbucket&p=coding/intro
|
||||
|
|
Loading…
Reference in New Issue
Block a user