Files
seer/notes/README.git
T
2021-09-04 14:32:50 -05:00

10 lines
294 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.