Công cụ dòng lệnh { gitact } giúp bạn duyệt nhanh chóng qua các kho lưu trữ của người dùng và lấy URL git clone phù hợp ngay lập tức.
#github #git #commandline #lập_trình #congcu
well, storing a #git repository in a #nextcloud server instead of a github or gitlab server does not seem to be a good idea https://help.nextcloud.com/t/hosting-a-git-repository-on-nextcloud/32753 #backup (if one works alone, it's still valuable to store locally the repo in Nextcloud desktop client, but forget the idea of collaborating with others with Git from a nextcloud server.
A Jujutsu tutorial that requires no previous experience with Git or other version control systems.
git find of the week:
git diff <other branch>
git diff <other branch> — <file>
Any recommendations for diversification of #git providers? I would like to mirror #github repositories to another provider (probably #codeberg ).
Would be great to have this automatic with full git history. Otherwise I'd probably stick to local backup.
🚀 Forgejo v12.0.2 veröffentlicht.
• 🔧 Sicherheitsupdates
• 🔧 Bugfixes
https://codeberg.org/forgejo/forgejo/releases/tag/v12.0.2
#Forgejo #Git #Codeberg #OpenSource #SoftwareRelease
🚀 Forgejo v11.0.4 veröffentlicht.
• 🔧 Sicherheitsupdates
• 🔧 Diverse Bugfixes
https://codeberg.org/forgejo/forgejo/releases/tag/v11.0.4
#Forgejo #Git #Codeberg #OpenSource #SoftwareRelease
Okay my deep dive into git did save me a lot of issues a moment ago.
I did accidentally commit stuff to my main branch and got blocked while pushing. To resolve the issue I did checkout the commit which is the current main state. I then created a new branch, cherry picked my changes over and pushed it.
I did create a PR as I should and did a hard reset on my local main. Now I'm fine without any issues.
#Developer #Git #VersionControl #VCS
New blog post! I wrote about how I use #FIXME! together with a #git hook to save my ass.
https://flokosiol.de/articles/fixme-git-pre-commit-hook
Okay, go bored, so added in the update command to snub and released it as version 0.1.1
https://codeberg.org/dazfuller/snub
#DevLog: git-vendor-replay got smarter 🌟
♻️ Added automated testing & releases
🧼 Now allows slashes in branch name
✨ Supports #interactive #rebase mode (-i)
✅ Imports now have reliable tests
🌙 Tagged #Nightly release build:
https://github.com/tim-janik/git-vendor-replay/releases/tag/v0.0.0.nightly2508311443
Try it, test it, break it!
#BuildInPublic #100DaysOfCode #Git #DevTools #OpenSource #CLI #Jujutsu #VCS #ShellScript #VendorReplay