1
0
mirror of synced 2025-12-21 02:46:50 -05:00
Commit Graph

95 Commits

Author SHA1 Message Date
Sophie
9e43dd8cab Remove videos from /get-started (#34964) 2023-03-01 12:15:22 +00:00
Sophie
e5b4ebf0fe [2023-03-31] Make images accessible in the images/help/discussions directory (#34871)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-02-28 14:31:05 +00:00
Laura Coursen
3ea0fb05d5 Make images accessible in the images/help/profile directory (#34816) 2023-02-27 14:07:27 +00:00
Nik Nikovsky
15addd9b2d Updated the Set Up Git file
If you find any errors, please point them out.
2023-02-23 12:54:46 +01:00
David Staheli
0bb10ad349 Clarifications to "About forks" (#31979)
Co-authored-by: Jenni Christensen <97056108+dihydroJenoxide@users.noreply.github.com>
Co-authored-by: Jamie Strusz <5758031+allthedoll@users.noreply.github.com>
Co-authored-by: isaacmbrown <isaacmbrown@github.com>
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2023-02-20 09:47:58 +00:00
Hector Alfaro
4cd28fd735 Remove support for miniTocMaxHeadingLevel (#34758) 2023-02-17 16:29:02 +00:00
Peter Bengtsson
b7c7dbf672 Update all internal links (#34787) 2023-02-15 15:16:18 +00:00
Laura Coursen
533604dcdf Make images accessible in a few small directories (#34696)
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
2023-02-14 18:10:25 +00:00
Laura Coursen
528f910496 Make images accessible in images/help/branch and images/help/branches (#34686) 2023-02-14 14:12:05 +00:00
Jenni Christensen
13173df5c9 Update fork-a-repo.md (#33206)
Co-authored-by: hubwriter <hubwriter@github.com>
2023-02-10 12:36:05 +00:00
Laura Coursen
42a172bd01 Fix articles that don't start with an H2 (#34278) 2023-01-31 15:49:44 +00:00
Peter Bengtsson
90dc41b631 correct internal redirecting links (get-started/quickstart) (#34231) 2023-01-27 18:57:09 +00:00
Laura Coursen
c5525ce446 Enterprise bug fixes for the week of December 12, 2022 (#33645)
Co-authored-by: github-actions <github-actions@github.com>
2023-01-03 06:34:59 +00:00
Dhohir Pradana
d35fc2bf74 Update github-flow.md 2022-12-13 02:05:26 +07:00
Jamie Strusz
3575099b70 Update forking docs (#30142)
Co-authored-by: Paul Loeb <90000203+thispaul@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Vanessa <vgrl@github.com>
Co-authored-by: Jenni Christensen <97056108+dihydroJenoxide@users.noreply.github.com>
2022-12-02 20:40:29 +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
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