Just personal experience. Vast majority of pros seem to use git command line and not through a gui. They use github of course, but only as the server repository not to replace the command line. I dont think ive ever seen a pro actually edit or modify their git repo through the github web IDE thing.
@patricia@mastodon.social
Yes itt happens on creation. My point is usually people who use github to work with git are the ones seeing this.. The pros use the command line to work with git including creation of their repos..
The reason i find local creation most common is because people dont usually create their github repo day one. I usually find people start working locally until a few commits in and only then create a github repo and push.
Whatever the reason I just know I see master default branches on new projects far more often than I see main right now.
@bjorn @patricia@mastodon.social
I am defining pro as a person who has expert level understanding of the git tool, nothing else. The fact that such people usually use the command line tool and not a web interface is secondary to that.
@bjorn @patricia@mastodon.social
1. I question your data samples.
2. Being a “pro” might suggest you’re able config your env, but what do I know? 🤷
Have a great day!
@bjorn Of course they **can** configure their environment.. As I said they usually dont want to as pros are stickler for standards, and right now master is the standard as defined by git itself.
You seem to be missing the point ::shrug::
@freemo @bjorn @patricia
> I usually find people start working locally until a few commits in and only then create a github repo and push.
Sounds like people not taught by life to backup from the start.
This whole exchange sounds a lot like https://xkcd.com/378/. You seem to be defining "pros" based not on their ability to keep up with changes in tech, but based on expectations of them using the "more technical" or "cooler" tools - from command line all the way to butterflies.