handmade.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
handmade.social is for all handmade artisans to create accounts for their Etsy and other handmade business shops.

Server stats:

35
active users

#git

3 posts3 participants0 posts today

alguien quiere ser mi colega de #git ? #python

estoy trabajando en una solucion para importar contenido de #youtube a #peertube

No es nada revolucionario... estoy aprendiendo :]
pero trato de hacerlo de la forma mas "profesional" posible.

tengo changelog:
codeberg.org/audricd/yt_2_pt/w

requisitos:
codeberg.org/audricd/yt_2_pt/w

kanban, con desarrollo / bugs:
codeberg.org/audricd/yt_2_pt/p

o sea que es bastante facil de incorporarse. aparte que el responsable (yo) es super majo, pese la apariencias

@kyva_dev @dotoscat @trankten @sam

se agradece #boost

Summary card of repository audricd/yt_2_pt
Codeberg.orgChangelogYoutube to Peertube migration tool

Auch wenn es mich selbst schon nervt, ich muss euch nochmal belaestigen...

Ich suche ab sofort einen neuen Job als #iOS und/oder #macOS Software-Entwickler. Ich hab viele Jahre Erfahrung auf dem Gebiet, kenne #ObjectiveC, #Swift, #SwiftUI, #Git, #Xcode und... naja, die ganze Toolchain drumherum eben.

Ich suche eine Remote-Only Festanstellung, keinen Freelance-Job (Vorzugsweise in Österreich, Deutschland geht aber auch). Wenn es in der Naehe von #Bregenz oder #Dornbirn ist, dann auch gerne Onsite.

Wenn ihr jemanden kennt, der jemanden kennt... ihr wisst schon.

Ich danke euch fuers rege Teilen/Boosten. 🙏🏻
:boost_ok:

To automatically remove deleted remote git branches at git pull, here is the configuration you need:

```
git config remote.origin.prune true
```

This is not the default but it's very useful. I've been using it for years at work without knowing it wasn't the default behavior, until I started to use git at home outside of my own repositories.

stackoverflow.com/a/18718936

Stack OverflowAutomatic prune with Git fetch or pullIf someone deleted a remote branch because the work is over and I don't know, I won't do a git fetch --prune and eventually I will push back the deleted branch. Is there a viable solution for forc...

GitLab CFO, Brian Robins, says they are “aligned with the goals of DOGE, because the company’s software tools aim to help people do more with less. What the Department of Government Efficiency is trying to do is what GitLab does.”

archive.is/okSlz

You either support fascism or you don’t. It’s binary. There’s no gray area or “aligning.”

Considering GitLab? Don’t. Use @Codeberg.

(Hat tip @aphyr)

#Git mini tip:

Use `git commit --amend` to merge changes into the last commit. Great for small corrections or incrementally building a larger commit.

Add `--no-edit` to skip editing the commit message.

Add `--date now` to update the commit date to now.