Email or username:

Password:

Forgot your password?
Top-level
Markus Werle

@letsbekind2 @JessTheUnstill It is a mess. In my professional life it is a continuous PITA to double check the branch name containing ground truth.

3 comments
Steven Reed

@markuswerle
Ironically my usually change resistant brain has apparently adapted to GitHub's changed default and now gets confused by vanilla git's 'master.' I wonder if there's a way of setting something in .git/config to indicate what's in use? I think I've also seen ways to create symlink-like aliases with refs
..
@letsbekind2 @JessTheUnstill

aneristic delusion

@srtcd424

git config --global init.defaultBranch $NAME

I prefer to set it to dev to piss off everyone, including people who use devel.

@markuswerle @letsbekind2 @JessTheUnstill

Go Up