Skip to content

How to Publish your projects in GitHub with the easiest way

License

Notifications You must be signed in to change notification settings

ahmedtarek26/GitHub-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub-session

GitHub is a development platform that enables you to host and review code, manage projects, and build software alongside 50 million developers.

How to Publish your projects in GitHub with the easiest way

1.Fork a repo

Forking a repository makes a copy of the repository in your GitHub account. The parent repository is referred to as the upstream while your forked copy is referred to as the origin. Once you've forked a repository into your GitHub account you can clone it to your local machine. Forking allows you to freely make changes to a project without affecting the original upstream repository

First you open the repo that you want to work on , then click in 'fork' button on the up right of the page

image-1

Open GitHub Desktop

image-2

Use GitHub Desktop to clone the forked repo to work on it in your local device

image-3

2.create a branch

Branches are the preferred way to create changes in the GitHub flow.

image-4

Create a new branch to make changes away from the original repo and to create save pull request

image-5

3.make a change

Make changes that you want and then open GitHub Desktop

image-6

If you aren't the owner of the repo , don't forget to make changes on your branch

image-7

4.push it

After commit your changes publish the branch

image-8

then create pull request

image-9

5.delete branch

if you won't to make more updates on the replater , you can delete your branch

image-10

Task

Try to follow these steps above and make changes by add your name on Attendance excel sheet. image-11

If you need help, contact Ahmed Tarek:
Email: [email protected]

omarelsherif010 omarelsherif010 omarelsherifpage

About

How to Publish your projects in GitHub with the easiest way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published