Jump in the discussion.

No email address required.

I don't really understand why people find git hard to use?

I think I'm kind of r-slurred but isn't the workflow just

git init

add all the files you want to the repository.

Every time you want to add a new feature or something while keeping your master clean make a branch. Finish up on that branch.

Git merge to main.

Repeat.

Like is it that hard?

I'm like half-certain that the reason people find git hard to use's because github's genuinely kind of shit at teaching you how to use Github and so people's issues mostly come from not knowing what's Git itself and what's Github.

Jump in the discussion.

No email address required.

"Not understanding that Git and Github are two different things" has replaced bathing with corpses and eating cow dung as the national religion of India.

Jump in the discussion.

No email address required.

merge is cringe just rebase

Jump in the discussion.

No email address required.

eh, I've been using git from the command line more or less exclusively for years and frankly the actual UI is just so leaky with it's underlying abstractions.

If you got into a weird git situation either of your own accord or someone else's do you think you'd solve it yourself or would you just re-clone the repo?

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.