Tiago Mimoso, PhD’s Post

Good morning, I’ve been using Git together with GitHub and GitLab for some time, mostly on small and collaborative projects. Until recently, my workflow was quite simple: a single branch and a sequence of commits until we reached a final solution. After completing the course “Learning Git and GitHub” by Ray Villalobos, I’ve started to rethink how I work with version control. Exploring more Git commands and GitHub features has helped me structure my work better and collaborate more safely. One key change has been using feature branches more intentionally. Instead of everyone committing directly to the main branch, we develop and test changes in separate branches and only merge them once they’re ready. Merge conflicts can still happen, but they’re easier to understand, review, and resolve when the work is clearly isolated. I’ve also been diving into some of GitHub’s ecosystem: 1. Issues to track tasks and bugs 2. Projects to organize work and priorities 3. GitHub Pages for simple deployments 4. Markdown for clear READMEs and documentation 5. CODEOWNERS to define responsibility 6. Licensing to clarify how code can be used These tools turn a simple repository into a more complete project environment and learning to use them feels like an important step in my growth as a developer. 🚀 I’m looking forward to applying these practices in future projects and building useful applications and automations for everyday challenges. Here is my Github account with a few repositories (https://lnkd.in/dH9EWw34). Looking forward for suggestions and next collaborative projects. #Git #GitHub #GitLab #VersionControl #LearningInPublic #SoftwareDevelopment #Collaboration

  • graphical user interface, text, letter

To view or add a comment, sign in

Explore content categories