ray_gay

joined 1 year ago
[–] ray_gay@programming.dev 0 points 1 year ago (1 children)

I switch to using switch since git switch auto-creates the local branch from the remote branch, if the branch doesn't exist yet, and a remote branch with the corresponding name exists.
Also git switch -c for auto-creating a new branch, even if there is no remote branch for it