diff --git a/applications/OPPO/README.md b/applications/OPPO/README.md index 30f5e5a..a168da7 100644 --- a/applications/OPPO/README.md +++ b/applications/OPPO/README.md @@ -6,6 +6,12 @@ git branch [--color[=] | --no-color] [--show-current] [--points-at ] [--format=] [(-r | --remotes) | (-a | --all)] [--list] […​] + +$ git clone git://git.kernel.org/pub/scm/.../linux-2.6 my2.6 +$ cd my2.6 +$ git branch my2.6.14 v2.6.14 <1>. +$ git switch my2.6.14 + git branch [--track[=(direct|inherit)] | --no-track] [-f] [--recurse-submodules] <分支名> [<起始点>] git branch (--set-upstream-to=<上游> | -u <上游>) [<分支名>] @@ -13,4 +19,5 @@ git branch --unset-upstream [<分支名>] git branch (-m | -M) [<旧分支>] <新分支> git branch (-c | -C) [<旧分支>] <新分支> git branch (-d | -D) [-r] <分支名>…​ -git branch --edit-description [<分支名>] \ No newline at end of file +git branch --edit-description [<分支名>] +git-check-ref-format[1], git-fetch[1], git-remote[1], ‘`了解历史:什么是分支?’ 在 Git User’s Manual。 \ No newline at end of file