摘要:
用git reset --hard 放弃正在合并中merge,返回上一次的commit 阅读全文
摘要:
private void LikeMyworkEvent(EditedImg img, bool islike) //点赞自己的作品 { if (ApplicationModel.userInfo != null) { OffLineController.Instance.OffLine(); return... 阅读全文
摘要:
阅读全文
摘要:
$ git push -d origin <branch_name> $ git branch -d <branch_name> 阅读全文
摘要:
git fetch origin branchname:branchname 可以把远程某各分支拉去到本地的branchname下,如果没有branchname,则会在本地新建branchname git checkout origin/remoteName -b localName 获取远程分支r 阅读全文
摘要:
git ,git checkout --theirs 阅读全文
摘要:
1.先把图片切割,类似下面这样的 2.然后在使用的时候(选择图片类型的时候选择sliced) 阅读全文