Skip to content

acmsnu/GitGithubTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GitHubTest Assignment

Instructions

  1. Fork this repository
    Click the "Fork" button at the top right of this page to create your own copy of the repository.

  2. Clone your forked repository
    Copy the URL of your fork and run the following command in your terminal:

    git clone <your-fork-url>
    

    Replace <your-fork-url> with the URL you copied.

  3. Fix the error in the code
    Open the main.c file in your code editor.
    Find and fix the logical error in the code.

  4. Commit and push your changes
    After fixing the error, commit your changes and push them to your forked repository:

    git add main.c
    git commit -m "Fix error in sumArray function"
    git push
    
  5. Open a Pull Request
    Go to your forked repository on GitHub and click "Compare & pull request" to submit your changes for review.


Good luck!

About

Test Repository for Git GitHub Intro Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages