i work with dotnet as a web developer

  • 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle


  • kustoForgejoForgejo Release v8.0.0
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 months ago

    I love that reading the PR comments teaches me something about git itself as opposed to idiosyncrasies of some proprietary git forge.

    Removing sql server support is ok. I doubt anyone is spending money on awl server with a free and open source git forge. PostgreSQL is fine.









  • kustoProgrammer HumorHistory repeats itself
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    I create a new branch locally with git switch --create, pull everything from main, sacrifice a small squirrel, and run the project to make sure everything still works.

    If something doesn’t work or I can’t figure out how to resolve conflicts, I quietly switch back to my previous branch like nothing happened. That problem is for future me.