Leo Liu's blog

Tags · Git

Home

About

Archives

Git

Git基本操作备忘

push 到远端 git init git add . git commit git remote add [远程主机名] [url] git push origin [branch] push 到远端子文件夹显示为箭头 删掉本地文件夹,备份 正常 push 操作 放入文件夹再进行 push(git add _)git add _ 忽略.gitgnore git 免密 push方法一:https 记住密码 git config --global credential.helper store 方法二:ssh git init git config --global user.name '' git config --global user.email..

Read more