My Learning Progress in ITF
Updated: September 15, 2025
What I Have Learned So Far in ITF:
-
What is GitHub?
GitHub is a platform for hosting and collaborating on code projects. It allows developers to manage code, track changes, and work together from anywhere.
-
What is Git?
Git is a version control system that helps track changes in files and coordinate work among multiple people.
-
What is GitHub Desktop?
GitHub Desktop is an application that provides a graphical interface to manage your GitHub repositories on your computer, making it easier to commit, push, and pull changes.
-
How to create a GitHub account:
Go to github.com and sign up with your email address. Fill out the required information and verify your account.
-
How to create a repository:
After logging in to GitHub, click on the New Repository button, give it a name, description, and choose whether it should be public or private, then click Create repository.
-
What is a commit?
A commit is saving changes to files in your repository. Each commit has a message describing what was changed.
-
How to host on GitHub Pages:
You can make your website live by enabling GitHub Pages in your repository’s settings. Upload your HTML files to the repository, go to Settings > Pages, and choose the branch (usually main) and folder (/root or /docs). GitHub will give you a link to your website.
-
For more Details:
Follow me for more information @Umary2019 in GitHub.