Posting my work on GitHub to share with the world #133799
Answered
by
SohanKafle
DjSkooner
asked this question in
New to GitHub
-
|
How do I share my work on GitHub. I recently completed my first full stack development course and I would also like to be able to link my work with whomever might be interested. Please help |
Beta Was this translation helpful? Give feedback.
Answered by
SohanKafle
Jul 28, 2024
Replies: 2 comments 1 reply
-
|
Hi DjSkooner, Great to hear you want to share your work on GitHub! Here's how you can do it: Create a New Repository1. Log in to GitHub.2. Click the "+" icon in the top right and select "New repository". 3. Name your repository and click "Create repository". Upload Your Project FilesUsing Git (Command Line)1. Open your terminal and navigate to your project directory.2. Initialize Git and add your files: Using GitHub Web Interface1. Go to your repository on GitHub.2. Click "Add file" > "Upload files". 3. Drag and drop your files or select them manually. 4. Click "Commit changes". Add a README FileCreate a README.md file to describe your project.Share Your RepositoryCopy and share the repository link from GitHub.If you need any further assistance, feel free to ask! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DjSkooner
-
|
Thanks a lot. I don't know where I went wrong with my GitHub account. I had to delete it and start over again and follow the instructions
On Sunday 28 July 2024 at 08:05:15 GMT+2, Sohan Kafle ***@***.***> wrote:
Hi DjSkooner,
Great to hear you want to share your work on GitHub! Here's how you can do it:
Create a New Repository
1. Log in to GitHub.
2. Click the "+" icon in the top right and select "New repository".
3. Name your repository and click "Create repository".
Upload Your Project Files
Using Git (Command Line)
1. Open your terminal and navigate to your project directory.
2. Initialize Git and add your files:
image.png (view on web)
Using GitHub Web Interface
1. Go to your repository on GitHub.
2. Click "Add file" > "Upload files".
3. Drag and drop your files or select them manually.
4. Click "Commit changes".
Add a README File
Create a README.md file to describe your project.
Share Your Repository
Copy and share the repository link from GitHub.
If you need any further assistance, feel free to ask!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi DjSkooner,
Great to hear you want to share your work on GitHub! Here's how you can do it:
Create a New Repository
1. Log in to GitHub.2. Click the "+" icon in the top right and select "New repository".
3. Name your repository and click "Create repository".
Upload Your Project Files
Using Git (Command Line)
1. Open your terminal and navigate to your project directory.2. Initialize Git and add your files:
Using GitHub Web Interface
1. Go to your repository on GitHub.2. Click "Add file" > "Upload files".
3. Drag and drop your files or select them manually.
4. Click "Commit changes".
Add a README File
Create a README.md file to describe your project.Share Your Repository
Copy and shar…