Git Rebase Visualized

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 10

  • @successfulpodcast
    @successfulpodcast 11 месяцев назад +1

    Great job! You cleared up some confusion on git rebase.

    • @Ashotofcode
      @Ashotofcode  11 месяцев назад

      Excellent - Glad it helped! Cheers Mark

  • @rahulyadu1326
    @rahulyadu1326 Год назад +3

    what is the software you used to visualize git history

    • @Ashotofcode
      @Ashotofcode  Год назад +3

      hiya - neo4j gives us the nice graph - I created a dotnet console app to scan the .git/objects folder and run git cat-file against the files - then call the neo4j API to add them in. Works well on simple git folders :-)

    • @jakem3422
      @jakem3422 Год назад

      @@Ashotofcode I would LOVE to play with this setup. Do you have the code a git repo somewhere?

    • @Ashotofcode
      @Ashotofcode  Год назад +1

      @@jakem3422 Open sourced it now yes :-) visualgit.net (has links to the repos too)

  • @linearz
    @linearz Год назад

    I have cls alias for clear on my linux systems.

  • @dRex002
    @dRex002 Год назад +1

    Yes, please share this tool! Thanks :)

    • @Ashotofcode
      @Ashotofcode  Год назад

      Working on it 🙂

    • @Ashotofcode
      @Ashotofcode  Год назад +1

      Open sourced it now :-) visualgit.net (has links to the repos too)