I just forwarded a port from the public IP of my #ProxmoxVE to the privet IP of the #Gitea #LXC with #iptables. Pure single-line magic.
Now I don’t need a dedicated public IP for my Gitea instance to make git work thought ssh!
#linuxadmin #devops #networking #homelab #selfhosted #selfhosting #selfhost #proxmox #git #ssh #Hetzner
git add .
fatal: not a git repository (or any of the parent directories): .git
I want to make a handler that if this happens then it just
git init --initial-branch=main
#programming #git #techsupport #bash
Một nhà phát triển đã tạo ra một công cụ "diệt Notion" dành riêng cho dân dev, tích hợp chặt chẽ với Git. Công cụ này sử dụng Git để lưu trữ tài liệu, có trình soạn thảo văn bản WYSIWYG, hỗ trợ AI để viết tài liệu nhanh hơn và có thể thay thế Notion, Google Docs, Confluence.
#Notion #Git #developers #AI #SaaS #lậptrình #côngcụ #AI
https://www.reddit.com/r/SaaS/comments/1n6sa99/built_a_notion_killer_supercharged_for_developers/
I keep my (static) web site in #git (pull on the server to deploy), but I don't know anything about doing that with #WordPress. Anyone able to help this person? https://powerusers.codidact.com/posts/294557
🌗 靜態網站打造絕佳的時間旅行體驗
➤ 告別 Wayback Machine:用 Eleventy 和 Git 實現網站內容的時間旅行
✤ https://hamatti.org/posts/static-sites-enable-a-good-time-travel-experience/
作者分享瞭如何利用靜態網站生成器 Eleventy 和 Git 版本控制,輕鬆實現網站的「時間旅行」。相較於依賴資料庫的動態網站,這種方法只需簡單的 Git 指令,即可回溯到過去的特定版本,查看網站舊貌,例如曾展示過的徽章。這也讓他不再為錯過早期網站截圖感到遺憾,並強調了靜態網站優於動態網站的另一項優勢。
+ 這真是個好主意!我從來沒想過可以這樣回溯網站,太實用了。
+ 靜態網站配合版本控制的威力,再一次被證明瞭。
#靜態網站 #Eleventy #Git #版本控制 #內容管理
Let's make some small changes to the project, will be a easy task to review.

#Git push getting up to 18x the improvement in the 2.51 is surely a great advance for large codebases! https://about.gitlab.com/blog/what-s-new-in-git-2-51-0/ #DevOps #Software #Programming
My git branches mostly look like this: `jira-token/short-summary`, e.g. `ABC-123/reticulate-splines`. I wanted a quick way to bring up to the corresponding ticket in a web browser with `git jira`.
Here's the alias that I added to my ~/.gitconfig:
```
[alias]
jira = "!v() { \
issue=$(git rev-parse --abbrev-ref HEAD | grep -Eo '^[A-Z]+-[0-9]+'); \
if [ -n \"$issue\" ]; then \
xdg-open \"https://your-account.io.atlassian.net/browse/$issue\" >/dev/null 2>&1 & \
fi; \
}; v"
```
How to Back up Your GitHub Repositories - #Git
https://improveandrepeat.com/2025/09/how-to-back-up-your-github-repositories/
New blog - My favourite new features in @gitkraken :
https://owain.codes/blogs/2025/september/my-favourite-new-features-in-gitkraken/
Glato is an enumeration and attack tool that allows both blue teamers and offensive security practitioners to identify and exploit pipeline vulnerabilities within a GitLab Instance's public and private repositories🕵️♂️
https://github.com/praetorian-inc/glato
#infosec #cybersecurity #pentest #redteam #opensource #git