Software Alternatives & Reviews

My Git Workflow

Commitlog
  1. Git and Mercurial hosting, mailing lists, bug tracking, continuous integration, and more
    I work with email patches when working on something like sourcehut instead of github, and making amends to commits is okay because it's never added to the actual repo, it's a simple email with the diffs that can change again and again, but limited to github's arch the force push on feature/fix branches are my only option right now.

    #Code Collaboration #Git #VCS 55 social mentions

  2. Generate changelogs from commits
    Now those are basically all the commands I use, git log would be another but then I use commitlog now so that's out of the picture for most part right now.

    #Developer Tools #GitHub #Tech 2 social mentions

Discuss: My Git Workflow

Log in or Post with