代码拉取完成,页面将自动刷新
同步操作将从 liuzl12/Qbot 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
[alias]
amd = commit --amend --no-edit
am = commit --amend
br = branch --sort=-committerdate
ci = commit
co = checkout
cp = cherry-pick
df = diff
drop = stash drop
# find cp from release branch
fcp = "!scripts/fcp.sh"
# push code to ci, it will rebase lastest master and then push
pci = !git fetch origin master && git rebase origin/master && git push
la = log --oneline --decorate --graph --all
last = log -1 HEAD --stat
ls = log --graph --pretty=format:'%Cred%h%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset %C(yellow)%D%Creset' --abbrev-commit
lg = log --stat
pl = pull --rebase origin master
pop = stash pop
pr = pull --rebase --recurse-submodules
rc = rebase --continue
ri = rebase -i HEAD~10
root = rev-parse --show-toplevel
save = stash save
sl = stash list
st = status
sup = submodule update --init --recursive
unstage = reset HEAD --
[color]
ui = auto
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。