Hi Phone Chan home

fork后合并原来版本

  1. 从自己fork之后的版本库clone

git clone -o chucklu https://github.com/yourts/xxx.git

  1. 再将别人的版本库git remote add

git remote add epix37 https://github.com/origin/xxx.git

免密码提交

git config –global credential.helper store

top
Fork me on GitHub