https://github.com/codeadamca/github-demo-forking
A GitHb repo for listing all Web Development student GitHub accounts.
https://github.com/codeadamca/github-demo-forking
git github
Last synced: 10 months ago
JSON representation
A GitHb repo for listing all Web Development student GitHub accounts.
- Host: GitHub
- URL: https://github.com/codeadamca/github-demo-forking
- Owner: codeadamca
- Created: 2023-03-05T19:41:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:01:28.000Z (over 1 year ago)
- Last Synced: 2025-03-31T07:18:50.951Z (over 1 year ago)
- Topics: git, github
- Language: HTML
- Homepage:
- Size: 983 KB
- Stars: 0
- Watchers: 1
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Forking Demo
A GitHub repo for listing all Web Development student portfolios and GitHub accounts.
This repository will provides students with a sample for trying out the GitHub Fork and Pull Requst features.
Add your name to the index page and create a page for your profile by following these steps:
1. Navigate to the original GitHub [github-demo-forking
](https://github.com/codeadamca/github-demo-forking) repository.
2. Fork this repository by clicking `Fork`. All the default values are fine. Then click `Create fork`.
3. You will now have a repository in your GitHub account named `https://github.com//github-demo-forking`. Navigfate to this repository, copy the repositoryt link, and clone this repository:
```sh
git clone https://github.com//github-demo-forking.git
```
4. Using Visual Studio (or any other code editor) add your name to the `index.html` file and create a profile html file named `.html` (use lowercase kebab case, for example `adam-thomas.html`).
5. Commit and push these changes:
```sh
git commit -am "Added to the project"
git push origin main
```
6. Using a browser, navigate to your GitHub `github-demo-forking` repository, click `Pull requests`, and click `New pull request`.

7. Confirm the branch, review the code you are submitting, and click `Create pull request`.

The original GitHub repo owner will be notified of the pull request!
***
## Repo Resources
* [GitHub](https://github.com/)