home.social

#agit — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #agit, aggregated by home.social.

fetched live
  1. Okay, it's still rough around the edges, needs documentation, tests and other stuff I'll slowly be adding but here it is: gagit, or #Gentoo #AGit workflow tool.

    gitweb.gentoo.org/proj/gagit.g

    #NamingIsMyPassion

  2. I'm thinking of creating a small (they always start small) tool to help submitting pull requests via #AGit to the #Codeberg mirrors of #Gentoo repositories.

    Guess how I'm going to call it.

    (I'm sorry for spoiling it on IRC already.)

    #NamingIsMyPassion

  3. Orte getränkebasierter Vernetzung im Nachgang der #Studierendenbewegung von 1968 in #Berlin: Die APO-Theke in der #Galvanistr 2 in #Charlottenburg. Dieses Café war für seine Schmalzstullen und seine kostengünstge Spagetti bekannt und lag in guter Reichweite der #Technischen-#Universität Berlin. Die Anzeige stammt aus dem Heft 22 (Schwerpunkt: 'Desertieren', Juli 1969) der libertär-anarchistischen #Zeitung '#Agit 883', die sich als Sprachrohr der undogmatischen #Linken verstand. #Stadtführung

  4. #TIL about the #AGit workflow

    https://git-repo.info/en/2020/03/agit-flow-and-git-repo/

    Two takeaways:

    • this is (almost) exactly what I was looking for and have been wanting to write a blog post about for some time
    • Forgejo supports it!

    Have just tried it out on a repo of mine — works like a charm! I feel like it's the best mix of git-send-email and the pull-request-based workflow.

    #Git

  5. So happy to finally see Ana Basiri live, today at the Keynote

  6. Thanks to all participants at our morning workshop on and !

    Now everyone is gathering for the official opening session with many exciting new changes

    Cc @unigis_salzburg @zgis.bsky.social

  7. AGİT'in yeni genel sekreteri Feridun Sinirlioğlu oldu: Ankara

    Avrupa Güvenlik ve İşbirliği Teşkilatı'nın (AGİT) yeni Genel Sekreteri emekli Büyükelçi Feridun Sinirlioğlu oldu.

    Kaynak: AA##ESHAHABER.COM.TR

    #haber #gündem #sondakika #news #press #worldnews eshahaber.com.tr/haber/agit-in EshaHaber.com.tr #AGİT #FeridunSinirlioğlu #Türkiye #diplomasi #haber

  8. I submitted a PR that improves #Forgejo's documentation on #Agit: codeberg.org/forgejo/docs/pull

    Agit means that you can open new PRs to a repository using `git push origin HEAD:refs/for/<branch>...`, without having to open the web UI, create a fork, create a new branch, create a new pull request and then choose the branch on your tree (as well as the target branch).

    Bit messy because it's a bit late, but I hope that the improved documentation can raise some further awareness about that cool feature.