UNDERSTANDING VERSION CONTROL USING GIT : FOR BEGINNERS
This article explains Git, a version control system, and GitHub, a platform for online Git repositories, detailing installation and basic commands.
Read more
AI NewsDevOpsGit
Mastering Conventional Commits
Conventional Commits streamline version control with automated changelogs and semantic versioning.
Read more
PythonGitHubGit
Pushing Large Files to GitHub: A Technical Deep Dive (For Educational Purposes)
A code-driven exploration of GitHub's file size limits, why they exist, and a Python-based workaround using chunking and the GitHub API. Educational purposes only.
Read more
AILLMGithub
Stock Weather AI
A compact AI toolkit that collects market data and news, runs lightweight evaluations, and produces per-ticker weather-style reports for stock analysis experiments.
Read more
GitGithubGitphoto
GitPhoto
A proof of concept using GitHub as encrypted cloud storage for personal photos and videos. Data is encrypted on-device and stored in private repositories managed by the application.
Read more
GitGithubToolkit
How to push large projects to Github
A practical shell script to push large projects (50+ GB) to GitHub by splitting commits into smaller chunks that fit within GitHub's 2 GB push limit.