git

Back Open Paginator
22.08.2025 11:56
w (@w@peertube.wtf)

Gupaxx development v1.11.0 Part 20: Optimizing the p2pool compatible node crawler - 8/22/2025, 9:51:06 AM

peertube.wtf/w/q7izvAEzSFdxehR




Show Original Post


22.08.2025 11:55
w (@w@peertube.wtf)

Gupaxx development v1.11.0 Part 20: Optimizing the p2pool compatible node crawler - 8/22/2025, 9:50:49 AM

peertube.wtf/w/pc2351dyKnkUjZo




Show Original Post


22.08.2025 11:55
w (@w@peertube.wtf)

Gupaxx development v1.11.0 Part 20: Optimizing the p2pool compatible node crawler - 8/22/2025, 9:50:32 AM

peertube.wtf/w/kUcJ5tFTDi8TNK5




Show Original Post


22.08.2025 11:47
w (@w@peertube.wtf)

Gupaxx development v1.11.0 Part 20: Optimizing the p2pool compatible node crawler - 8/22/2025, 9:42:38 AM

peertube.wtf/w/iLFKVES6njMQe7e




Show Original Post


22.08.2025 11:47
heisedeveloper (@heisedeveloper@social.heise.de)

GitLab 18.3 startet Transformation zur umfassenden KI-Integration

Die Strategie von GitLab sieht vor, KI stärker in die Entwicklungsplattform zu integrieren. Als Beta steht nun die Duo Agent Platform in Visual Studio bereit.

heise.de/news/GitLab-18-3-star

#ContinuousIntegration #Entwicklungsumgebung #Git #IT #KünstlicheIntelligenz #MicrosoftVisualStudio #Versionskontrolle #news




Show Original Post


22.08.2025 11:15
di (@di@patashnik.club)

#git worktree - позволяет иметь несколько рабочих папок привязаных к одной репе, при этом каждая директория - это отдельная ветка

Добавить новую рабочу папку
```bash
git worktree add ../feature-folder -b feature-branch-name
```

Удалить рабочую папку
```
git worktree remove ../feature-folder
```

Список всех worktree
```
git worktree list
```

Так же worktree позволяют запускать разные ветки в разных окружениях
```
cd project
git worktree add ../feature-x feature-x
git worktree add ../hotfix-x hotfix-x

cd ../feature-x
docker compose -p feature-x up -d

cd ../hotfix-x
docker compose -p feature-x up -d
```




Show Original Post


22.08.2025 10:52
w (@w@peertube.wtf)

Gupaxx development v1.11.0 Part 20: Optimizing the p2pool compatible node crawler - 8/22/2025, 8:47:11 AM

peertube.wtf/w/qHkZvfvmbdaGFbG




Show Original Post


22.08.2025 10:52
w (@w@peertube.wtf)

Gupaxx development v1.11.0 Part 20: Optimizing the p2pool compatible node crawler - 8/22/2025, 8:47:02 AM

peertube.wtf/w/5pcvyFD4XMrKpUu




Show Original Post


22.08.2025 10:52
w (@w@peertube.wtf)

Gupaxx development v1.11.0 Part 20: Optimizing the p2pool compatible node crawler - 8/22/2025, 8:46:56 AM

peertube.wtf/w/f6LvhXYK8mg1o2M




Show Original Post


22.08.2025 10:51
w (@w@peertube.wtf)

Gupaxx development v1.11.0 Part 20: Optimizing the p2pool compatible node crawler - 8/22/2025, 8:46:43 AM

peertube.wtf/w/3KzwNzN7HqcA6mr




Show Original Post


22.08.2025 10:51
w (@w@peertube.wtf)

Gupaxx development v1.11.0 Part 20: Optimizing the p2pool compatible node crawler - 8/22/2025, 8:46:31 AM

peertube.wtf/w/n4PGpYfGDdsEkHw




Show Original Post


22.08.2025 10:51
w (@w@peertube.wtf)

Gupaxx development v1.11.0 Part 20: Optimizing the p2pool compatible node crawler - 8/22/2025, 8:46:18 AM

peertube.wtf/w/3LA5zbcRFsJX1GJ




Show Original Post


1 ...301 302 303 304 305 306 307 308 309 310 311 ...347
UP