Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  git github
Mulugheta Solomon d00bc6a8fb
Update README.md
2 years ago
ad9a6268e3
Lock repo-sync PR conversations in the open source repo (#20062)
2 years ago
e46422de6a
fix: update husky usage
2 years ago
f44d5aa648
Add VS Code debugger config (#16819)
3 years ago
30127f0fb4
[Ready to ship] Code scanning - diagnostic information (GA) (#19653)
2 years ago
f9f0b2ce86
Revert "Fix homepage versions dropdown" (#20087)
2 years ago
30127f0fb4
[Ready to ship] Code scanning - diagnostic information (GA) (#19653)
2 years ago
5babd75b0a
Update template headings from H3 ->H2 etc. (#19924)
2 years ago
30127f0fb4
[Ready to ship] Code scanning - diagnostic information (GA) (#19653)
2 years ago
0cde1e92f6
Add Observability docs to service catalog (#16878)
3 years ago
f9f0b2ce86
Revert "Fix homepage versions dropdown" (#20087)
2 years ago
a24d01f78a
Fix NextJS 500s (#20048)
2 years ago
9344d3ed9a
Landing pages only shows "view all" and "expore all" buttons if a guides page exists (#19914)
2 years ago
lib
f9f0b2ce86
Revert "Fix homepage versions dropdown" (#20087)
2 years ago
f9f0b2ce86
Revert "Fix homepage versions dropdown" (#20087)
2 years ago
f9f0b2ce86
Revert "Fix homepage versions dropdown" (#20087)
2 years ago
aa437c44c8
temp convenience scripts for short titles (#19939)
2 years ago
b084dbc23d
React: Enable all remaining pages (#20012)
2 years ago
f9f0b2ce86
Revert "Fix homepage versions dropdown" (#20087)
2 years ago
737bdd7431
Sync fork with upstream (Fetch upstream) via web UI (#19806)
2 years ago
cc47e18577
prettier .babelrc
3 years ago
1ee4d3f670
Remove `npm start` from Codespaces postCreateCommand (#18193)
3 years ago
8542383571
chore: Add EditorConfig for IDE whitespace
3 years ago
f410fd175c
Mostly reverting github/docs-internal#15313
3 years ago
b6de7c6887
chore: Convert Standard to eslint-config-standard (#1328)
3 years ago
e26a3446a7
SubLanding page filter (#19918)
2 years ago
3df90fc9b8
Hello git history spelunker!
3 years ago
eaddbc5db7
feat: add nextjs middleware handling (#19139)
3 years ago
c4166202a1
feat: upgrade to node v16, package-lock.json v2, remove aws-sdk
2 years ago
3df90fc9b8
Hello git history spelunker!
3 years ago
bcfe4dab3b
Make orgs and teams content a top-level doc set (#18593)
3 years ago
92740f68d7
chore: Add Prettier for Yaml formatting
3 years ago
eaddbc5db7
feat: add nextjs middleware handling (#19139)
3 years ago
e5de163dfb
Add restriction on private contact of community members without permission (#16570)
3 years ago
c4166202a1
feat: upgrade to node v16, package-lock.json v2, remove aws-sdk
2 years ago
37f73f0bb3
Heroku dev deps (#19431)
2 years ago
1635048d0f
Add an openapi-check ci check and dockerize it (#18652)
3 years ago
6da14f22d5
Reorg LICENSE files to be more discoverable (#204)
3 years ago
6da14f22d5
Reorg LICENSE files to be more discoverable (#204)
3 years ago
85bb052b4f
Heroku release command bash wrapper (#18743)
3 years ago
d00bc6a8fb
Update README.md
2 years ago
37f73f0bb3
Heroku dev deps (#19431)
2 years ago
80575a2983
move deprecated site policy content to new directory (#17270)
3 years ago
2deb8275da
Accept glob patterns for source files in openapi-check script (#18965)
3 years ago
6bdbe209c9
Default sponsors+discussions pages to nextjs rendering (#19667)
2 years ago
3df90fc9b8
Hello git history spelunker!
3 years ago
a8d54c9af7
Improvements in tools to help merge crowdin PRs (#18409)
3 years ago
eaddbc5db7
feat: add nextjs middleware handling (#19139)
3 years ago
1fbaf92e90
upgrade nextjs to v11 (#19995)
2 years ago
a24d01f78a
Fix NextJS 500s (#20048)
2 years ago
c0f860505a
Update ownership.yaml (#18762)
3 years ago
aa437c44c8
temp convenience scripts for short titles (#19939)
2 years ago
aa437c44c8
temp convenience scripts for short titles (#19939)
2 years ago
d3d1902414
Merge pull request #20017 from github/upgrade-esm
2 years ago
75f90c9487
Update current JavaScripts to use Typescript (#19824)
2 years ago
83e33cc9bb
Quiet sass warnings (#19960)
2 years ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

How to use Github for the first time

https://guides.github.com/activities/hello-world/

#Main steps to follow:

  1. Create a branch for each task: The main branch should contain only finished and approved work.

  2. Before starting to work, #pull the latest version of that branch to your local repository. Try to do this regularly to always work on an updated version. https://github.com/git-guides/git-pull

  3. Work on that and commit your changes. Use good commit messages.

  4. If you are ready to push your work to the branch (or to show your work so far to your team), open a pull request. This is to let the team know about your changes so they can review and approve them, and pull this latest version to their local repositories. https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request

The same applies to Colab notebooks. It is recommended to push your Colab notebooks as Jupyter notebooks to GitHub for long-term versioning with proper commit messages. This way, others can quickly know what changes were made in this notebook, and all of the work, as well as its history, is centralized. 5. If your changes are approved, another collaborator can merge the pull request into the branch. https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/merging-a-pull-reques 6. Use issues to anything strictly related to the code, possible enhancements, or modularization.

https://guides.github.com/features/issues/ 

GitHub Docs

This repository contains the documentation website code and Markdown source files for docs.github.com.

GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo.

In this article:

Contributing

Start contributing right now:

We accept a lot of different contributions, including some that don't require you to write a single line of code.

Click make a contribution from docs

As you're using GitHub Docs, you may find something in an article that you'd like to add to, update, or change. Click on make a contribution to navigate directly to that article in the codebase, so that you can begin making your contribution.

Open an issue

If you've found a problem, you can open an issue using a template.

Solve an issue

If you have a solution to one of the open issues, you will need to fork the repository and submit a pull request using the template that is visible automatically in the pull request body. For more details about this process, please check out Getting Started with Contributing.

Join us in discussions

We use GitHub Discussions to talk about all sorts of topics related to documentation and this site. For example: if you'd like help troubleshooting a PR, have a great new idea, or want to share something amazing you've learned in our docs, join us in discussions.

And that's it!

That's how you can get started easily as a member of the GitHub Documentation community. :sparkles:

If you want to know more, or you're making a more complex contribution, check out Getting Started with Contributing.

There are a few more things to know when you're getting started with this repo:

  1. If you're having trouble with your GitHub account, contact Support.
  2. We do not accept pull requests for translated content - see CONTRIBUTING.md for more information.

READMEs

In addition to the README you're reading right now, this repo includes other READMEs that describe the purpose of each subdirectory in more detail:

License

The GitHub product documentation in the assets, content, and data folders are licensed under a CC-BY license.

All other code in this repository is licensed under a MIT license.

When using the GitHub logos, be sure to follow the GitHub logo guidelines.

Tip!

Press p or to see the previous file or, n or to see the next file

About

The open-source repo for docs.github.com

Collaborators 1

Comments

Loading...