0% found this document useful (0 votes)
3K views1 page

Github

The document provides links to IPTV channels for all countries, as well as specific links for Hindi and Punjabi channels, urging users to access them quickly. It also explains various types of GitHub links, including profile, repository, file, folder, commit, issue, and Gist links, with examples for each type. The emphasis is on the functionality of these links within the GitHub platform for sharing and accessing code and projects.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views1 page

Github

The document provides links to IPTV channels for all countries, as well as specific links for Hindi and Punjabi channels, urging users to access them quickly. It also explains various types of GitHub links, including profile, repository, file, folder, commit, issue, and Gist links, with examples for each type. The emphasis is on the functionality of these links within the GitHub platform for sharing and accessing code and projects.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

All countries- https://iptv-org.github.io/iptv/countries/in.

m3u

Hindi- https://iptv-org.github.io/iptv/languages/hin.m3u

Punjabi- https://iptv-org.github.io/iptv/languages/pan.m3u

All are working, don’t know till how long. Hurry up and grab the links

GitHub links” usually refer to URLs (web addresses) that take you to specific pages
on GitHub, a popular platform where developers and students store and share code.
These links can point to:

🔗 Types of GitHub Links:


1. Profile Link
• Takes you to a user’s public profile.
• Example: https://github.com/username
2. Repository Link
• A single project with code, files, and documentation.
• Example: https://github.com/username/project-name
3. File Link
• Points to a specific file within a repository.
• Example: https://github.com/username/project-name/blob/main/file.py
4. Folder/Directory Link
• Goes to a specific folder in a repo.
• Example: https://github.com/username/project-name/tree/main/folder-name
5. Commit Link
• Shows a specific saved version of the code.
• Example: https://github.com/username/project-name/commit/commitID
6. Issue or Pull Request Link
• Used for tracking bugs, suggestions, or code changes.
• Example: https://github.com/username/project-name/issues/1
7. GitHub Gist Link
• For sharing short pieces of code or notes.
• Example: https://gist.github.com/username/gistID

You might also like