Git in WP June 25, 2025 1 min read How to add existing code to a newly created GitHub branch? Step-by-step Instructions 1. Create a new GitHub repo Go to: https://github.com/new Set the repository name Leave it empty (no README,... Josanu Andrei
Author posts Git in WP October 11, 2024 4 min read How I found my preferably Git Flow As a developer, taking on the role of a team leader was a significant step in my career. One of... Josanu Andrei
Git in WP October 2, 2024 4 min read Introduction to Git Submodules for WordPress Developers Managing multiple codebases or dependencies in a WordPress project can sometimes be a challenge, especially when you have different repositories... Josanu Andrei
Git in WP October 2, 2024 3 min read Handle Submodule Changes If you modify files inside a Git submodule but only commit the changes in the parent repository (without committing those... Josanu Andrei