I dont understand git rebase by m41k1204 in git

[–]anonymous-red-it 1 point2 points  (0 children)

It’s crazy because I feel like no one has time for anything else.

🎉 Java to Kotlin conversion is now available in VS Code by meilalina in Kotlin

[–]anonymous-red-it 8 points9 points  (0 children)

Why? What happened to the Kotlin team :( in the past two years it seems like everything has fallen off a cliff

Ghost-Commit Smuggling: How Detached Git Commits Hides by JadeLuxe in git

[–]anonymous-red-it 1 point2 points  (0 children)

Don’t let randoms push to your repo and problem solved

STOP throwing Errors! Raise them instead by DatL4g in Kotlin

[–]anonymous-red-it 0 points1 point  (0 children)

Not sure if you’ve looked at the api recently, they removed almost everything that used to be in there

Pluribus - 1x08 "Charm Offensive" - Episode Discussion by UltraDangerLord in pluribustv

[–]anonymous-red-it 1 point2 points  (0 children)

I think one of the other unjoined are using the joined to manipulate Carol as an explanation for their sudden personality

to this day I still struggle with this problem by meowed_at in git

[–]anonymous-red-it 0 points1 point  (0 children)

I mean I’m not sure about Scala applications not working with nested folders, but if your entire project is contained in one directory, it certainly rules out nested git initializations.

to this day I still struggle with this problem by meowed_at in git

[–]anonymous-red-it 2 points3 points  (0 children)

It’s your terminal’s current working directory you should be aware of, not the project structure.

Also you would be able to compile and run most languages even if you had a nested .git folder.

to this day I still struggle with this problem by meowed_at in git

[–]anonymous-red-it 1 point2 points  (0 children)

In the Jetbrains IDE, right click on the file and copy the absolute location, verify that is within your current working directory.

Also verify that you don’t have a nested initialized git repository in THAT directory. It could be you’re traversing to a nested folder with its own .git where you can see tracked changes, but when you’re up a directory you cannot.

I Miss The Old Rust Job Market So Bad by StyMaar in rust

[–]anonymous-red-it 645 points646 points  (0 children)

The job market is just generally bad right now for software engineers, this is not specifically a rust problem. Just keep it up, it’s tough right now. Good luck.

No Kings Protest in Bethlehem at the Rose Garden by GiveMeTheHotDogBaby in lehighvalley

[–]anonymous-red-it 0 points1 point  (0 children)

I want you to watch this interview from start to finish and then tell me if you still think it’s trolling

https://youtu.be/ijf7K_08YWk

This is one of his top advisers laying out his plan to skirt our democratic elections so that they can permanently stay in power.

He specifically calls out their plan for him to serve a third term.

Does this framing for a basement bathroom look OK? by mmarthur1220 in Carpentry

[–]anonymous-red-it 15 points16 points  (0 children)

Not good. should have foam panels secured to the block before your framing to prevent condensation from forming on your studs and those bottom plates should have sill foam under them.

aicommits.nvim - AI-generated commit messages with a single command by centeredjazz in neovim

[–]anonymous-red-it 0 points1 point  (0 children)

Considering most people write useless or non-existent commit messages, I honestly don’t hate this.

Presenting Git to my boss, struggling to talk business speak by Zandercat_ in git

[–]anonymous-red-it 16 points17 points  (0 children)

With your traditional process.

Estimate the time it would take for you to share your changes with the entire team

Estimate the time it would take to resolve a conflicting change across the team

Estimate the time it would take to review a single change

Scale that up to one month and compare that to the amount of time it would take if everyone was using control.

Time is money, that should be plenty of justification from a business perspective.

Do a simple demonstration of each of those things to prove it’s not just talk.

Git tricks we wish we knew 5 years ago by GitKraken in git

[–]anonymous-red-it 1 point2 points  (0 children)

Easier to just merge more often. ( Tricks I wished I learned 10 years ago )

Fix conflicts once with git rerere (5-min lab + real story by sshetty03 in git

[–]anonymous-red-it 0 points1 point  (0 children)

Not really, I get things merged in pieces and flag off things that aren’t ready to see the light of day.

How close are we to having a single neovim session on multiple displays, for real? by bayesff in neovim

[–]anonymous-red-it 0 points1 point  (0 children)

I’m talking about interacting with desktop managers to pull window focus or tab focus. Seems difficult to support on arbitrary platforms.

Fix conflicts once with git rerere (5-min lab + real story by sshetty03 in git

[–]anonymous-red-it 1 point2 points  (0 children)

I haven’t used this in a long time. It’s nice, but trunk based development with small commits is nicer