Skip to content

vAbdullh/git-github-workshop-Challenge

Repository files navigation

Challenge Banner

Complete the Challenge and Put Your Name on the Board!

How to Participate

The Challenge

  1. Fork the repository on GitHub
    Start by forking the repository to your own GitHub account.

  2. Clone your fork locally
    Use git clone to clone your forked repository to your local machine.

  3. Create a new branch for your contribution
    Create a new branch using git checkout -b <branch-name>.

  4. Add your name to the names.txt file
    Open the names.txt file and add your name to the list.

  5. Commit your changes
    Use git add . and git commit -m "Added my name to names.txt" to save your changes.

  6. Push your changes to your fork
    Push your branch to your forked repository using git push origin <branch-name>.

  7. Open a pull request
    Navigate to the original repository on GitHub and open a pull request from your forked repository's branch on your account.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors