📡 You're offline — showing cached content
New version available!
Quick Access

DevOps & Git

Git, Docker, Linux, CI/CD and developer tools

7 articles in this category
Git Conflict Resolution
Git Conflict Resolution

Learn how to resolve merge conflicts — conflict markers, merge tools, and prevention.

Git Commit Best Practices
Git Commit Best Practices

Write meaningful commit messages, use conventional commits, and amend commits.

Git Remote: Push, Pull, Clone from GitHub
Git Remote: Push, Pull, Clone from GitHub

Learn remotes — clone, push, pull, fetch, and working with GitHub repositories.

Git Branching: Work on Features Without Breaking Main
Git Branching: Work on Features Without Breaking Main

Learn Git branches — create, switch, merge, delete, and rebase.

Git Introduction: Version Control Every Developer Must Know
Git Introduction: Version Control Every Developer Must Know

Learn what Git is, why it matters, and how to make your first commit.

CI/CD Pipeline: GitHub Actions Complete Guide for PHP and Python
DevOps & Git Intermediate
CI/CD Pipeline: GitHub Actions Complete Guide for PHP and Python

Build CI/CD with GitHub Actions — test on every push, deploy on merge to main, matrix testing, secrets management, and SSH deploy.