标签:medium ott span init osi border add eric color
current status:
We have a remote repository and a local project repository with no git configured. We want to push to remote and create new branch.
Procedures:
git config --global user.email "you@example.com" (use --local if you only want this takes effect on this particular repo)
git config --global user.name "Your Name"
git commit -m "commit-msg"
push local repo to git remote on creating a new branch
标签:medium ott span init osi border add eric color
原文地址:https://www.cnblogs.com/mrlonely2018/p/14955467.html