Pixel-Rabbit Blog

「What Do You Want to Do with Your Life?」 OR 「What Kind of Person Do You Want to Be?」

Git Learning

Git Learning git clone url push 流程: ​ git add . ​ git commit -m “description” ​ git push origin ​ git git push -u origin —远端无该分支时 查看本地分支: ​ git branch ​ 注:名称前面加* 号的是当前的分支 查