Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.62 KB

File metadata and controls

42 lines (30 loc) · 1.62 KB

Github (In your browser)

  • Step 1: Create a repository

    • On the top right corner, click on the + icon and select New repository
    • Enter a repository name, description and click the Create repository button Image
  • Step 2: Create a branch

    • Go to your newly created repository

    • Click on the dropdown that says master

    • Type a new branch name in the text box

    • Click Create branch

      Image

  • Step 3: Make and commit changes

    • Select a file

    • Click on the pencil icon in the top right corner

    • Make your changes and enter a commit message describing your code changes

    • Click Commit changes button

      Image

  • Step 4: Open a Pull Request

    • Click the Pull Request tab Image
    • Go to the Compare page to see your changes Image
    • Click on Create Pull Request button Image
    • Add a title and description Image
  • Step 5: Merge the Pull Request

    • Click on the Merge pull request button Image
    • Click Confirm merge