mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
2ee3c2bf3a
So the main() and About dialog can use it.
24 lines
955 B
Plaintext
24 lines
955 B
Plaintext
|
|
% 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 token refreshing.
|
|
|
|
erniep@gracie:/peak/src/seer$ gh auth login
|
|
? What account do you want to log into? GitHub.com
|
|
? What is your preferred protocol for Git operations? HTTPS
|
|
? How would you like to authenticate GitHub CLI? Paste an authentication token
|
|
Tip: you can generate a Personal Access Token here https://github.com/settings/tokens
|
|
The minimum required scopes are 'repo', 'read:org', 'workflow'.
|
|
? Paste your authentication token: ****************************************
|
|
- gh config set -h github.com git_protocol https
|
|
✓ Configured git protocol
|
|
✓ Logged in as epasveer
|
|
erniep@gracie:/peak/src/seer$
|
|
|