git

Back Open Paginator
31.10.2025 15:26
h4ckernews (@h4ckernews@mastodon.social)

Git CLI tool for intelligently creating branch names

github.com/ytreister/gibr




Show Original Post


31.10.2025 12:49
goleztrol (@goleztrol@mastodon.social)

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`. :badabing:




Show Original Post


31.10.2025 11:15
wowa_TYPO3 (@wowa_TYPO3@techhub.social)

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!

#TYPO3 #Git





Show Original Post


31.10.2025 06:37
rwdf (@rwdf@fribygda.no)

Do you sign your commits?
#git #development #programming

Yes
Yes, but only at work
Yes, at work and on personal projects
No




Show Original Post


31.10.2025 04:16
francois (@francois@ruby.social)

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




Show Original Post


31.10.2025 03:34
bloody_albatross (@bloody_albatross@chaos.social)

I think it shouldn't have been called pull request, but pull proposal. #git #programming




Show Original Post


30.10.2025 22:52
mark (@mark@mastodon.fixermark.com)

Every time someone tells me they have a new version control system.

#git #jiujitsu #jj





Show Original Post


30.10.2025 21:40
cgudrian (@cgudrian@social.tchncs.de)

Here's a website that generates a fresh fake #Git manual page with each reload.

They read just like the real thing.

git-man-page-generator.lokalto




Show Original Post


30.10.2025 20:31
janriemer (@janriemer@floss.social)

@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).

#git




Show Original Post


30.10.2025 20:30
devdigest (@devdigest@mastodon.social)

⚡️ GitHub Copilot upgrades C++ support in Visual Studio

🏷️

devdigest.today/goto/5010




Show Original Post


30.10.2025 20:18
linuxiac (@linuxiac@mastodon.social)

Gitea 1.25 self-hosted Git service debuts 3D model previews, CI/CD email notifications, and major performance improvements for large projects.
linuxiac.com/gitea-1-25-releas





Show Original Post


30.10.2025 19:30
devdigest (@devdigest@mastodon.social)

⚡️ GitHub Copilot now connects directly to Azure via azd

🏷️

devdigest.today/goto/5008




Show Original Post


1 ...209 210 211 212 213 214 215 216 217 218 219 ...348
UP