Hello #vim and #neovim users, please point me to some great #fugitive #git tutorials.
Introducing the Copy Git Permalink Feature in Visual Studio 17.12.
https://buff.ly/3CZDXWo
#visualstudio #git #productivity #sourcecontrol #vs2022
HECK YES! #Fedora #Linux is moving to @forgejo!!!!
https://fedoramagazine.org/fedora-moves-towards-forgejo-a-unified-decision/
Hacer que git no pida contraseña https://myblog.clonbg.es/hacer-que-git-no-pida-contrasena/ #Git #Seguridad https://clonbg.es
I just saw history get rewritten by the simple act of performing two merges on bitbucket. A change of mine was completely removed from history by this act.
DevA was working on a feature branch, had it approved, and pressed "merge" on the PR to get it ready for merge back. DevB (me) merged their feature branch after rebasing on the same commit. DevA then merged their feature branch. DevB's merge was completely eliminated from history. Both used merge button.
WTF???
Drive efficient software development and boost DevEx with GitHub Copilot
#devdigest #git #github
https://devdigest.today/goto/3042
dev branch added to branch list after I did checkout in dev? #git
https://askubuntu.com/q/1534607/612
Git pozwala wykonywać skrypt przed i po commicie - wszyscy niby to wiedzą, ale ilu z nas wykorzystuje tę możliwość? A czasem warto, bo można dzięki temu robić ciekawe rzeczy. Szczegóły w artykule.
#Git #programowanie #automation
https://faun.pub/custom-pre-commit-and-post-commit-git-hooks-for-security-and-backups-aa117b917f17
Git-link ... package, now gives us not only the mainstream Git hosting players but #selfhosting oriented too !
(like #gitea et al. ... #forgejo ? )
https://github.com/sshaw/git-link?tab=readme-ov-file#git-linkbranch
New video on git and GitHub setup *without the command line* using the {usethis} #rstats package.
https://youtu.be/GEbooFsF8Ro?si=bqhqyXSN51qKOYn1
What started as a minor annoyance is now a full-fledged issue for me.
For some reason, extremely often, when I try to perform any #git action on my computer, I get a message saying something along the lines of:
"Rename from './.git/index.lock' to './.git/index' failed. Should I try again? (y/n)"
I then have to type "y" multiple times to get it to move forward. It does eventually work. This has made my batch update scripts completely useless.
Anyone have any idea how I can fix this globally?
https://dev.to/waylonwalker/configure-git-to-always-push-to-the-current-branch-3pc4 - set #git upstream branch by convenion: `git config --global push.default current`. Avoids `git push --set-upstream origin feature/something`. Nice quick tip https://www.linkedin.com/in/waylonwalker/.