晨风

-------------------- 业精于勤,荒于嬉;行成于思,毁于随

导航

2023年12月4日

摘要: 1、从某个commit拉取分支 git checkout -b <new branch name> <commit_id> 例:git checkout -b test_branch 1f0a24f01e5 2、推送到远程 git push -u origin 分支名 例:git push -u o 阅读全文

posted @ 2023-12-04 11:41 shenyixin 阅读(105) 评论(0) 推荐(0) 编辑