René's URL Explorer Experiment


Title: Planning the upload to GitHub · Issue #1 · Tbuzz00/github-upload · GitHub

Open Graph Title: Planning the upload to GitHub · Issue #1 · Tbuzz00/github-upload

X Title: Planning the upload to GitHub · Issue #1 · Tbuzz00/github-upload

Description: Step 1: Planning the move Uploading your project to GitHub gives you the feature-rich tools and collaboration needed to elevate your project to the next level. Not to mention, it's also pretty exciting. If you're doing this for the first...

Open Graph Description: Step 1: Planning the move Uploading your project to GitHub gives you the feature-rich tools and collaboration needed to elevate your project to the next level. Not to mention, it's also pretty exci...

X Description: Step 1: Planning the move Uploading your project to GitHub gives you the feature-rich tools and collaboration needed to elevate your project to the next level. Not to mention, it's also pretty ...

Opengraph URL: https://github.com/Tbuzz00/github-upload/issues/1

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Planning the upload to GitHub","articleBody":"## Step 1: Planning the move\n\nUploading your project to GitHub gives you the feature-rich tools and collaboration needed to elevate your project to the next level. Not to mention, it's also pretty exciting. If you're doing this for the first time, you have a few options when uploading your project to GitHub. This course will guide you through the necessary steps to upload a local project to be hosted on GitHub.\n\nI know some people like to get straight to the point while others like more information. For those who like more information, be sure to check out the drop-downs like this one :arrow_down:\n\n\u003cdetails\u003e\n  \u003csummary\u003eWhy move to GitHub?\u003c/summary\u003e\n  \u003chr\u003e\n\n  ### Why move to GitHub?\n\n  You may be wondering what this GitHub thing is all about and why you should use it. If this sounds like you, here are a few reasons to make GitHub your project's new home:\n\n  - **Version control** — Everything on GitHub is stored in [Git](http://git-scm.com), the best version control system around. Version control allows you to experiment and make mistakes in code without messing up your final product.\n  - **Keep your code in one place** — Whether you work on multiple computers or just want to get some important projects off your computer, GitHub is the perfect place to store your projects online.\n  - **Collaboration** — Once your code is on GitHub, you can invite others to work on your code with you, share it with the world, or send a link to a friend to help you debug a problem.\n\n  \u003chr\u003e\n\u003c/details\u003e\n\n### Where is your project?\n\nMost users find it is easiest to upload a project that is already located on their local machine, so **the goal of this first step is to make a local copy of the repository.** First, let's make sure this course is going to give you the right steps:\n\n\u003cdetails\u003e\n  \u003csummary\u003eIs your project on another version control system, such as Mercurial, Subversion, or another Git platform?\u003c/summary\u003e\n  \u003chr\u003e\n\n  ### Moving your project from another version control system\n\n  If you are moving your project from another version control system, the steps are a bit different that uploading your project from your local machine. Because of this, we have a dedicated course for migrating your project to GitHub.\n\n  If you are moving your project from Mercurial, Subversion, or another Git platform, join the [Migrating your project to GitHub](https://lab.github.com/courses/migrating-your-repository-to-github) course to migrate your project to GitHub.\n\n  \u003chr\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eIs your project using version control?\u003c/summary\u003e\n  \u003chr\u003e\n\n  ### Is your project using version control\n\n  If you aren't sure whether or not your code is under version control, it probably isn't. However, here are a few tests you can apply to know for certain:\n\n  - Can you view a history of the changes you have made?\n  - Can you easily roll back to a previous version of your project?\n  - Are you required to provide \"messages\" or \"commits\" when you make changes?\n\n  If none of these are true, your project isn't using version control.\n\n  \u003chr\u003e\n\u003c/details\u003e\n\n### :keyboard: Activity: Exporting your project\n\nChoose the drop-down below that best fits your current situation or for a printable version of the steps in this course, check out the [Quick Reference Guide](https://lab.github.com/public/uploading-your-project-to-github.pdf).\n\n\u003cdetails\u003e\n  \u003csummary\u003eYour project is already on your local machine\u003c/summary\u003e\n  \u003chr\u003e\n\n  ### Your project is already on your local machine\n\n  :sparkles: Terrific! @Tbuzz00 since you already have the project locally, you are _almost_ ready to move it to GitHub.\n\n  To confirm: You have a project directory on your computer and you want to save it on GitHub.\n\n  - **If this is correct**, close this issue to signal you are finished with this step. I will open a new issue to show you how to optimize your repository for Git operations.  \n\n  - **If this is incorrect**, please use the next drop-down to learn how to export your project to your local machine or join the [Migrating your project to GitHub](https://lab.github.com/courses/migrating-your-repository-to-github) course to migrate your project to GitHub.\n\n  \u003chr\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eYour project is on a non-version controlled site, such as CodePen or Glitch\u003c/summary\u003e\n  \u003chr\u003e\n\n  ### General instructions\n\n  There are many platforms that allow users to create and store projects. We can't cover them all, but we will do our best to cover the more common examples. First, let's cover general instructions:\n\n  - Export your project using the tools available on the current site. This will usually happen via a .zip, or some other compressed format, downloaded directly to your local machine\n  - Save the .zip file\n  - Extract the .zip file\n\n  Now let's talk about specific platforms:\n\n  #### Exporting from CodePen\n\n  From the main page of your CodePen project:\n\n  1. Click the **Export** button in the bottom right corner\n  1. Save the exported .zip file in your local directory\n  1. Extract the .zip file\n\n  #### Exporting from Glitch\n\n  From your Glitch project page:\n\n  1. Click the dropdown next to your project name in the top right corner\n  1. Select **Advanced Options**\n  1. Select **Download Project**\n  1. Save the exported file in your local directory\n  1. Extract the file\n  1. Rename the `app` folder as desired\n\n  \u003chr\u003e\n\u003c/details\u003e\n\n### Ready to move on?\n\n**Close this issue to signal you are finished with this step.** I will open a new issue to show you how to optimize your repository for Git operations. :tada:\n\n\u003chr\u003e\n\u003ch3 align=\"center\"\u003eWatch below for my response\u003c/h3\u003e\n\n\u003e :robot: I'm waiting for you to close the issue before moving on.\n\n\u003e _Sometimes I respond too fast for the page to update! If you perform an expected action and don't see a response from me, wait a few seconds and refresh the page for your next steps._\n","author":{"url":"https://github.com/github-learning-lab[bot]","@type":"Person","name":"github-learning-lab[bot]"},"datePublished":"2020-04-18T14:58:26.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1/github-upload/issues/1"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:9b5990ab-ce8d-786e-0128-ca42b20838f2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9DA6:2A0EBE:4118066:56E2409:6A6516BE
html-safe-noncee4c5d6af440de49b2e246a80f14a0ed5470e36be6e50fabef3b931219cc11d8c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5REE2OjJBMEVCRTo0MTE4MDY2OjU2RTI0MDk6NkE2NTE2QkUiLCJ2aXNpdG9yX2lkIjoiODgyMTY3Nzg5NTA2NzE3ODY4NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac1dc1bcb121605b9e3950dd314573bd3c7f724fc6ddd64b91bccaa8598cb37342
hovercard-subject-tagissue:602479266
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/Tbuzz00/github-upload/1/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ba71edca9f26329785e3c08a261802b639938c91135bdb448a373b6d97265c7c/Tbuzz00/github-upload/issues/1
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ba71edca9f26329785e3c08a261802b639938c91135bdb448a373b6d97265c7c/Tbuzz00/github-upload/issues/1
og:image:altStep 1: Planning the move Uploading your project to GitHub gives you the feature-rich tools and collaboration needed to elevate your project to the next level. Not to mention, it's also pretty exci...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamegithub-learning-lab[bot]
hostnamegithub.com
expected-hostnamegithub.com
None52c76df668885aaff23b50bdca1fa1ea44ac9c1553e888ebc70ff1e4daa4625b
turbo-cache-controlno-preview
go-importgithub.com/Tbuzz00/github-upload git https://github.com/Tbuzz00/github-upload.git
octolytics-dimension-user_id63911538
octolytics-dimension-user_loginTbuzz00
octolytics-dimension-repository_id256780614
octolytics-dimension-repository_nwoTbuzz00/github-upload
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id256780614
octolytics-dimension-repository_network_root_nwoTbuzz00/github-upload
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release309153364422b3c499922d1a2a6404910a58ed8e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/Tbuzz00/github-upload/issues/1#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FTbuzz00%2Fgithub-upload%2Fissues%2F1
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FTbuzz00%2Fgithub-upload%2Fissues%2F1
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=Tbuzz00%2Fgithub-upload
Reloadhttps://github.com/Tbuzz00/github-upload/issues/1
Reloadhttps://github.com/Tbuzz00/github-upload/issues/1
Reloadhttps://github.com/Tbuzz00/github-upload/issues/1
Tbuzz00 https://github.com/Tbuzz00
github-uploadhttps://github.com/Tbuzz00/github-upload
Notifications https://github.com/login?return_to=%2FTbuzz00%2Fgithub-upload
Fork 0 https://github.com/login?return_to=%2FTbuzz00%2Fgithub-upload
Star 0 https://github.com/login?return_to=%2FTbuzz00%2Fgithub-upload
Code https://github.com/Tbuzz00/github-upload
Issues 1 https://github.com/Tbuzz00/github-upload/issues
Pull requests 0 https://github.com/Tbuzz00/github-upload/pulls
Actions https://github.com/Tbuzz00/github-upload/actions
Projects https://github.com/Tbuzz00/github-upload/projects
Security and quality 0 https://github.com/Tbuzz00/github-upload/security
Insights https://github.com/Tbuzz00/github-upload/pulse
Code https://github.com/Tbuzz00/github-upload
Issues https://github.com/Tbuzz00/github-upload/issues
Pull requests https://github.com/Tbuzz00/github-upload/pulls
Actions https://github.com/Tbuzz00/github-upload/actions
Projects https://github.com/Tbuzz00/github-upload/projects
Security and quality https://github.com/Tbuzz00/github-upload/security
Insights https://github.com/Tbuzz00/github-upload/pulse
Planning the upload to GitHubhttps://github.com/Tbuzz00/github-upload/issues/1#top
https://github.com/apps/github-learning-lab
github-learning-labhttps://github.com/apps/github-learning-lab
on Apr 18, 2020https://github.com/Tbuzz00/github-upload/issues/1#issue-602479266
Githttp://git-scm.com
Migrating your project to GitHubhttps://lab.github.com/courses/migrating-your-repository-to-github
Quick Reference Guidehttps://lab.github.com/public/uploading-your-project-to-github.pdf
@Tbuzz00https://github.com/Tbuzz00
Migrating your project to GitHubhttps://lab.github.com/courses/migrating-your-repository-to-github
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.