My Learning Progress

What I Have Learned

SALEEM CRYPTO01

What is GitHub?

GitHub is a platform for hosting and sharing code with others. It uses Git, a version control system, to track changes in files and collaborate with others. GitHub makes it easy to manage projects and work as a team.

What is GitHub Desktop?

GitHub Desktop is an application that helps you use GitHub on your computer. It has a user-friendly interface for creating repositories, making commits, and pushing changes without using command-line commands.

How to Create a Repository

  1. Open GitHub Desktop and sign in.
  2. Click "File" > "New repository".
  3. Enter the repository name and description.
  4. Choose a location and click "Create repository".

How to Commit Changes

  1. Make changes to your files.
  2. In GitHub Desktop, you will see changed files listed.
  3. Add a summary message describing your changes.
  4. Click the "Commit to main" button to save your changes.

How to Host on GitHub Pages

  1. Push your repository to GitHub.
  2. Go to your repository on the GitHub website.
  3. Click "Settings".
  4. Scroll down to "GitHub Pages".
  5. Select the branch to publish (usually main).
  6. Your website will be available at the provided link.