Update git notes.

This commit is contained in:
Ernie Pasveer
2022-03-06 10:29:59 -06:00
parent a4026c093a
commit 813e93a05a
+6 -5
View File
@@ -1,10 +1,11 @@
% git branch better_refresh # Create a branch.
% git branch # List branches.
% 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 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 <branch> # Give your branch a description.
Git token refreshing.