Ray Gay

  • 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle



  • Ray GaytoGitGit tip: switch to previous branch
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    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