Skip to content

Instantly share code, notes, and snippets.

@zhengxiaowai
Last active January 4, 2018 06:54
Show Gist options
  • Save zhengxiaowai/797b2a3ec8f31460e39fbd03d072297b to your computer and use it in GitHub Desktop.
Save zhengxiaowai/797b2a3ec8f31460e39fbd03d072297b to your computer and use it in GitHub Desktop.
  1. 进入项目文件夹
  2. 创建远程仓库 $NEW_REPO
  3. git push $NEW_REPO +$BRANCH:master
  • $NEW_REPO: 远程仓库地址
  • $BRANCH:本地分支名

可以保存完整的提交记录

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment