1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Commit Graph

507 Commits

Author SHA1 Message Date
Victorien Plot
3b55009ae1 Remove extra > character in Managing remote repositories 2022-11-29 11:08:05 +01:00
Laura Coursen
d0474add5b Enterprise bug fixes for the week of Nov 14, 2022 (#32717)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Hirsch Singhal <1666363+hpsin@users.noreply.github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
2022-11-28 14:50:31 +00:00
Isaac Brown
4cacdc9b6e Clarify "Files changed" section of "Keyboard shortcuts" (#32808) 2022-11-22 09:46:21 +00:00
Joe Clark
04d89155ba Add documentation for Azure AD EMU support for OIDC and CAP (#32468)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Hirsch Singhal <1666363+hpsin@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Co-authored-by: Jenni Christensen <97056108+dihydroJenoxide@users.noreply.github.com>
2022-11-21 23:44:23 +00:00
Courtney Wilson
3b0f9a51cd Merge branch 'main' into patch-1 2022-11-18 15:20:58 -06:00
Courtney Wilson
6999ff45bd Merge branch 'main' into patch-1 2022-11-18 14:52:02 -06:00
Isaac Brown
d250477afa Apply suggestions from code review 2022-11-18 15:43:03 +00:00
MTindev
d8bd4a0e31 Remove unexpected spaces and HTML tag in code
There are unexpected HTML tag between "username" and "fork name", making the URLs not match what is displayed when running the commands.
There also is an unexpected HTML closing tag `</em>` which is not opened previously.

```shell
  $ git remote -v
  > origin    https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/ YOUR_FORK</em>.git (fetch)
  > origin    https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/YOUR_FORK.git (push)
  > upstream  https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ ORIGINAL_REPOSITORY.git (fetch)
  > upstream  https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ ORIGINAL_REPOSITORY.git (push)
```

should be : 

```shell
  $ git remote -v
  > origin    https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/YOUR_FORK.git (fetch)
  > origin    https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/YOUR_FORK.git (push)
  > upstream  https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git (fetch)
  > upstream  https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git (push)
  ```
2022-11-18 12:13:19 +01:00
Peter Bengtsson
988e68fa98 JIT data (#32140) 2022-11-17 13:08:49 +00:00
Koray Ulusan
bf3afaca3b fix typo: 'git filter-repo' -> 'git-filter-repo'
Presumably a typo. 

`git` doesn't have a `filter-repo` option. However `git-filter-repo` is a program (as linked in the docs).
2022-11-16 18:04:30 +01:00
Courtney Wilson
ae04aaeac8 Merge branch 'main' into t1 2022-11-15 13:07:49 -06:00
Peter Bengtsson
aa67bb5ad7 fix Quickstart redirecting link on Get started (#32622) 2022-11-15 16:06:42 +00:00
Peter Bengtsson
93d98d8786 www.github.com redirects to github.com (#32084) 2022-11-15 15:08:29 +00:00
ram vikram singh
0b1689c1c8 Merge branch 'main' into t1 2022-11-15 15:36:26 +05:30
Sam Browning
d9c2ed1097 Merge branch 'main' into patch-1 2022-11-14 15:55:51 -05:00
Laura Coursen
c2aa10a61d Best practices for repositories, organizations, and enterprises (#32102)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-11-14 15:50:34 +00:00
Courtney Wilson
6e1d84ae53 Merge branch 'main' into t1 2022-11-14 08:39:27 -06:00
PeGaSuS
4f2ca29da5 Remove uneeded whitespace on git remote rm example output
- Removed uneeded whitspace on `git remote rm` example, that could lead to confusion about the expected command output.
2022-11-14 10:31:26 +01:00
Felicity Chapman
094dff459f 'security overviews' -> 'the security overview' (#32553) 2022-11-12 17:19:01 +00:00
Courtney Wilson
527b46a545 Merge branch 'main' into t1 2022-11-11 09:15:02 -06:00
Peter Bengtsson
2e1852bcdd simplify the looping over glossaries (#32527) 2022-11-10 19:59:14 +00:00
Steve Graff
9b6f569df0 Update attaching-files.md to include .webm and .tgz (#32350) 2022-11-10 18:47:54 +00:00
Jules
cf49b4e28d Merge branch 'universe-2022-megabranch' into codespaces-universe-megabranch 2022-11-08 10:12:42 +01:00
Sophie
5178f52b51 Update basic-writing-and-formatting-syntax.md 2022-11-07 14:50:21 +01:00
Steve Guntrip
02093c8593 [Universe] Tasklists moves to private beta (#32307)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Omer Bensaadon <omerbensaadon@github.com>
2022-11-07 13:09:11 +00:00
Felicity Chapman
1f0ca08b60 Update security overview docs for new Risk and Coverage views (#32243) 2022-11-04 15:27:25 +00:00
hubwriter
552af80873 Update billing documentation for "Codespaces for all" (#32099)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
Co-authored-by: Craig Peters <craiglpeters@github.com>
2022-11-04 15:24:36 +00:00
Isaac Brown
31274d9415 [Universe] - Codespaces Templates - combined work (#32149)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: JP Ungaretti <19893438+jungaretti@users.noreply.github.com>
2022-11-03 13:30:55 +00:00
ram vikram singh
f98a5aa52e for #21736
adding `+` for creating unordered list and correcting the examples.
2022-11-02 19:43:52 +05:30
ram vikram singh
fb6cc1d544 for #21736
adding `+` for creating unordered list and correcting one example
2022-11-02 19:42:35 +05:30
ram vikram singh
9a4035b0d5 for #21736
adding `+` for creating unordered list
2022-11-02 19:40:48 +05:30
Peter Bengtsson
a9ede282ae tackle biggest redirecting internal link (#32211) 2022-11-02 05:26:47 +00:00
Rachael Sewell
3e998f61d5 use azure blob storage for archived enterprise versions (#31883)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
2022-10-25 12:03:38 -07:00
Laura Coursen
de2c37297c Enterprise bug fixes for the week of October 17, 2022 (#31857)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-10-25 18:02:17 +00:00
Jason Potkanski (Ronin)
e3cded9909 Feature ssh over 443 (#19870)
Co-authored-by: Siara <siaramist@github.com>
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2022-10-20 16:15:19 -07:00
Toby Hodges
d87f00c1d1 Add instructions for working on a new branch (#21477) 2022-10-19 11:05:11 +00:00
Sarah Edwards
dac4144086 PAT v2 beta (#31013)
Co-authored-by: Hirsch Singhal <1666363+hpsin@users.noreply.github.com>
Co-authored-by: Jovel Crisostomo <jovel@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Vanessa <vgrl@github.com>
2022-10-18 15:11:04 +00:00
Joe Clark
74a679dc51 Make product variables for Enterprise translation-friendly (#31628)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Evan Bonsignori <ebonsignori@github.com>
2022-10-17 18:54:05 +00:00
Sam Browning
ec562cd864 Merge branch 'main' into patch-1 2022-10-12 14:06:53 -04:00
Sam Browning
bfb04dd653 Update bolded text 2022-10-12 13:55:38 -04:00
Sam Browning
9e957f267d Content style tweaks 2022-10-12 13:45:05 -04:00
Courtney Wilson
4b97a96bb6 Merge branch 'main' into keyboard-shortcuts-new-guidelines 2022-10-12 08:33:28 -05:00
ujjwal-shekhar
2b2dd2596c Addressed #21207
Updated the documentation to account for issue : https://github.com/github/docs/issues/21207
2022-10-12 18:56:45 +05:30
Courtney Wilson
c85b47ebb3 Merge branch 'main' into patch-1 2022-10-11 08:28:20 -05:00
Vanessa
7f8c76de84 Merge branch 'main' into patch-1 2022-10-11 15:28:12 +10:00
Vanessa
49b6eb6058 Apply suggestions from code review 2022-10-11 15:18:27 +10:00
Arnold Oduor
b478337b2e Full-stop to line 41 2022-10-10 23:52:56 +03:00
softcode
15f6c10a7d Add Discussions to list of supported products for saved replies (#21203) 2022-10-10 17:31:31 +00:00
Nicholas Tran
7be9a73053 Update ignoring-files.md 2022-10-09 14:28:34 -07:00
linaseervi
a17368e383 update keys according to guidelines 2022-10-05 09:43:57 +05:30