SkillAgentSearch skills...

Guestbook

Thanks for visiting my GitHub! πŸ’™ This repo works like a guestbook β€” sign your name to leave your mark, practice Git, and become a contributor.

Install / Use

/learn @BabiDoo/Guestbook
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

🀝 You're very welcome to leave your signature here!

This repository was created as a GitHub Guestbook, where visitors can practice opening Pull Requests and Issues by signing their name here!

If you're learning Git, improving your collaboration skills, or just passing by β€” feel free to add your message!
This is a fun space to experiment with GitHub workflows.

πŸ“Œ How to sign the guestbook

Step-by-step:

  1. Fork this repository
    Click the Fork button in the top-right corner of the page. This will create a copy of the repository under your GitHub account.

  2. Clone your forked repository
    Copy the URL from your fork and run the command below in your terminal (or use GitHub Desktop):

    git clone https://github.com/your-username/Guestbook.git
    

Replace your-username with your actual GitHub username.

  1. Add your name

    Open the file Guest-Book.md in any text editor. Scroll to the list of names and add yours at the end of the list. Example:

    - Your Name ✨
    
  2. Commit your change In the terminal, run:

    git add .
    git commit -m "Sign the guestbook"
    git push origin main
    
  3. Open a Pull Request (PR)

    Go to your forked repository on GitHub. You should see a yellow banner suggesting you to "Compare & Pull Request". Click it, review your changes, and click "Create Pull Request".

  4. Done! πŸŽ‰ Once your PR is approved and merged, your name will be added to the guestbook!

Your contribution will be reviewed and merged β€” just like a real open source workflow!



🧭 GitHub Certification Training - DIO

This repository is dedicated to the GitHub Certification Program by Digital Innovation One (DIO).
Here you'll find my journey through modern version control practices and the GitHub ecosystem. πŸ™


πŸ—‚οΈ Table of Contents

πŸ“– Courses

  • Git and GitHub Principles
    • Introduction to basic concepts and essential commands.
  • Authentication
    • Secure authentication configuration on GitHub.
  • Collaborating on GitHub
    • Teamwork, pull requests, and conflict resolution.
  • Markdown Formatting
    • Creating elegant documentation using Markdown.
  • GitHub Administration
    • Managing repositories and advanced settings.
  • GitHub Accounts and Tools
    • Tools and features to boost productivity.
  • Managing Work with GitHub Projects
    • Task and workflow organization using GitHub Projects.
  • GitHub Copilot
    • Getting started with AI to accelerate development.
  • GitHub Codespaces
    • Configuring and using cloud-based development environments.

🎯 Progress

| Module | Status | | ----------------------------------------------------------------------- | ------------ | | Git and GitHub Principles | βœ… Completed | | Authentication | βœ… Completed | | Collaborating on GitHub | βœ… Completed | | Markdown Formatting | βœ… Completed | | Exploring Collaboration and Markdown | βœ… Completed | | GitHub Administration | βœ… Completed | | GitHub Accounts and Tools | βœ… Completed | | Managing Work with GitHub Projects | βœ… Completed | | GitHub Copilot | βœ… Completed | | GitHub Codespaces | βœ… Completed | | Using GitHub Features in an Open Source Project | βœ… Completed | | Solving Python Algorithms Using GitHub Tools | βœ… Completed |


⭐ Show your support

If you enjoyed this little project, don’t forget to leave a star!

Star this repo

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated21d ago
Forks10

Languages

Python

Security Score

75/100

Audited on Mar 19, 2026

No findings