% git branch better_refresh # Create a branch. % git branch # List branches. % git checkout better_refresh # Switch to a branch. % git checkout master # Switch back to the mainline. % git merge better_refresh # Merge a branch back with the mainline. % git branch --edit-description # Give your branch a description. Git token refreshing. On github https://github.com/settings/tokens https://github.com/settings/tokens/new Selected scopes: repo workflow admin:org On Client. erniep@gracie:/peak/src/seer$ gh auth login ? What account do you want to log into? ? How would you like to authenticate GitHub CLI?