1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Commit Graph

80 Commits

Author SHA1 Message Date
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
Peter Bengtsson
93d98d8786 www.github.com redirects to github.com (#32084) 2022-11-15 15:08:29 +00:00
Peter Bengtsson
2e1852bcdd simplify the looping over glossaries (#32527) 2022-11-10 19:59:14 +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
Toby Hodges
d87f00c1d1 Add instructions for working on a new branch (#21477) 2022-10-19 11:05:11 +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
Octomerger Bot
db282bd4da Merge branch 'main' into repo-sync 2022-10-04 09:27:04 -07:00
Isaac Brown
1edfd12d29 Quickstart for writing on GitHub (#31138)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-10-04 16:01:48 +00:00
Sam Browning
5399c5b009 Sunset Atom in the Docs (#31315)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
2022-10-04 15:49:35 +00:00
Dev Prakash Sharma
b72f008d85 Remove the emphasize tags and updated attributes style 2022-10-03 00:21:32 +05:30
hat-owl
37bb519f87 Fix a typo (I think) in git clone progress text
I compared the git clone progress text with the one in my terminal when I ran git clone on my fork of Spoon-Knife, in the way the instructions indicate. It appears that the "> remote ... remote ... remove: Total n (delta m), reused a (delta b)" contains a typo, with 'remove' instead of 'remote'. I fixed this in case it is a typo.
2022-08-30 04:10:34 -07:00
Isaac Brown
c49c142c32 Add "following organizations" section to "Be social" (#30143) 2022-08-26 09:05:38 +00:00
Isaac Brown
ddd838aa6f Fixes indentation in set up Git (#30094) 2022-08-19 14:16:39 +00:00
Paul Loeb
9050c26de1 Update docs to reference creating a fork with only the default branch (#29009)
* Update contributing-to-projects.md

* Update fork-a-repo.md

* Update contributing-to-projects.md

* Update fork-a-repo.md

* Update contributing-to-projects.md

* Update fork-a-repo.md

* Update fork-a-repo.md

* Update contributing-to-projects.md

* Add files via upload

* Update fork-a-repo.md

* Update contributing-to-projects.md

* Optimize images

* Add files via upload

* Delete copy-default-branch-only.png

* Optimize images

* Update content/get-started/quickstart/contributing-to-projects.md

Co-authored-by: David Staheli <1767415+davidstaheli@users.noreply.github.com>

* Update content/get-started/quickstart/fork-a-repo.md

Co-authored-by: David Staheli <1767415+davidstaheli@users.noreply.github.com>

* fixes failing checks and replaces screenshot

* Optimize images

* adds steps to procedural section

* Optimize images

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: David Staheli <1767415+davidstaheli@users.noreply.github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2022-07-27 13:08:38 -04:00
Matt Pollard
dc2ba532b4 GitHub Enterprise Server 3.6 release candidate (#28905) 2022-07-26 18:56:17 +02:00
Peter Bengtsson
9667a7dcfb stop worrying about opensource.org/about in broken link checker (#28864) 2022-06-30 20:34:24 +00:00
Lucas Costi
5d594b70dd Broken link fixes (#28701) 2022-06-28 03:06:47 +00:00
mmvanheusden
595e639796 Replace Atom with VSCode 2022-06-14 15:47:28 +02:00
mc
530632b003 Apply suggestions from code review 2022-06-13 10:31:46 +01:00
mc
afadc78411 Update content/get-started/quickstart/create-a-repo.md 2022-06-13 10:23:57 +01:00
mc
fae461b0bd Update content/get-started/quickstart/create-a-repo.md 2022-06-13 10:09:05 +01:00
Vedant Singhania
3e2d0ea2af Update create-a-repo.md
Issue #16950
2022-06-09 19:07:42 -07:00
Kevin Heis
7a0c8fdf0c Update learning lab links to skills (#28135)
* Update learning lab links to skills - HOLD til June 6

* Update content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Update content/get-started/onboarding/getting-started-with-your-github-account.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

Co-authored-by: Laura Coursen <lecoursen@github.com>
2022-06-06 15:34:57 +00:00
Anthony Swierkosz
8b76ca42b0 Update fork button image 2022-06-01 18:26:32 -04:00
Janice
019f96bcfc Merge branch 'main' into patch-3 2022-05-24 10:03:59 -07:00
Hector Alfaro
08ca047c87 remove unnecessary conditionals from content files 2022-05-13 14:32:50 -04:00
Christos Karampatzakis
256e5d0e3d Typo in adding upstream repository. 2022-05-12 10:56:40 +03:00
Moritz Rohner
80e220c6fb Fix typo octocat and replace with YOUR_USERNAME
I replaced the "octocat" in line 157 with "YOUR_USERNAME" so it matches the naming conventions of the other command line snippets in the document.
2022-05-05 14:41:07 +02:00
minh_w
c6d3507b88 Delete duplicate content in fork-a-repo.md 2022-05-01 10:45:03 +08:00
Philippe Blain
cc5b24d07a Update references to "Git reference" (#16968) 2022-04-27 10:38:38 +00:00
Felicity Chapman
f63c70d839 Follow up on OS PR (#27153) 2022-04-25 16:19:15 +00:00
Courtney Wilson
b002005bcd Be social article update (#17296) 2022-04-25 07:34:32 +00:00
Sophie
ac4c64b683 Merge branch 'main' into sophie-6156-content 2022-04-13 09:14:13 +02:00
Luke Francl
2168c1efb5 Adjust step number for copy paste
Reported here: https://github.com/github/feedback/discussions/14639
2022-04-11 09:00:49 -07:00
Matt Pollard
f9fc043645 Merge branch 'main' into sophie-6156-content 2022-03-21 11:36:56 +01:00
hubwriter
8462b48819 Clarify why you'd use a fork (#26153) 2022-03-21 10:23:47 +00:00
Sophie
74ba23bec7 Change instances of user account to personal account in content 2022-03-16 15:18:37 +01:00
Ethan Palm
01d0c9c82a Merge branch 'main' into hello-world-issue-14960 2022-02-24 11:52:22 -08:00
Ethan Palm
0c4d2ae4f2 Add image for merging PR
Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com>
2022-02-24 11:52:09 -08:00
Joseph
f0e7a197fb update hello-world.md (#15747) 2022-02-24 19:43:02 +00:00
Courtney Wilson
6221890bd9 added the suggested reference for the glossary to the last paragraph of the introduction section 2022-02-23 19:23:44 +00:00
Courtney Wilson
f663ff32f9 Apply suggestions from code review
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2022-02-23 12:59:47 -06:00
Courtney Wilson
372ca78eef Update content/get-started/quickstart/hello-world.md
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2022-02-23 12:58:48 -06:00
Courtney Wilson
e6e5ef1ec8 Update content/get-started/quickstart/hello-world.md
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2022-02-23 12:58:35 -06:00
Courtney Wilson
774db655f6 Update content/get-started/quickstart/hello-world.md
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2022-02-23 12:58:23 -06:00
Courtney Wilson
5a785501a1 Update content/get-started/quickstart/hello-world.md
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2022-02-23 12:57:58 -06:00
Courtney Wilson
99c132e6bc updated some of the phasing around hello-world per issue number 14960 2022-02-11 20:53:40 +00:00
Peter Bengtsson
be826a21cb remove all uses of include tool-switcher (part 2) (#24222) 2022-01-12 01:26:38 +00:00