mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 08:34:42 +08:00
Update git notes.
This commit is contained in:
+6
-5
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user