Git CLI tool for intelligently creating branch names
https://github.com/ytreister/gibr
#HackerNews #Git #CLI #Branching #Tool #GitHub #OpenSource #Development
The number of times I ran `git branch delete some_branch` and then had to use the right syntax to delete both `delete` and `some_branch`.
Schönes Feedback zum Git-Webinar 🙏
„Die Schulungen von Wolfgang Wagner sind immer hervorragend vorbereitet und werden so durchgeführt, dass man sehr viel lernt."
Das motiviert für die nächsten Termine!

Do you sign your commits?
#git #development #programming
I’m researching #branching strategies for an app release process. Happy to read anything you have. I have #MartinFowler Git Flow and some other tabs open.
Thanks a bunch!
#git #versioncontrol #vcs #jj #gitflow #BranchingScenarios
I think it shouldn't have been called pull request, but pull proposal. #git #programming
Every time someone tells me they have a new version control system.

Here's a website that generates a fresh fake #Git manual page with each reload.
They read just like the real thing.
https://git-man-page-generator.lokaltog.net
@sirhc Yes! git reflog is love! ❤️
Another useful workflow:
Sometimes you just want to have the exact same version of a particular remote branch locally (e.g. because the local branch is totally messed up for whatever reason). In that case, one can do:
git fetch origin
git reset --hard origin/main
...given that remote is called origin and current local branch is main (tracking origin/main).
⚡️ GitHub Copilot upgrades C++ support in Visual Studio
🏷️ #devdigest #dotnet #net #microsoft #ide #visualstudio #git #github
https://devdigest.today/goto/5010
Gitea 1.25 self-hosted Git service debuts 3D model previews, CI/CD email notifications, and major performance improvements for large projects.
https://linuxiac.com/gitea-1-25-released-with-3d-file-previews-faster-archives/
#git #gitea #selfhosting #opensource

⚡️ GitHub Copilot now connects directly to Azure via azd
🏷️ #devdigest #azure #cloud #git #github
https://devdigest.today/goto/5008