1 Star 0 Fork 3

瘦子太露骨了/Qbot

forked from liuzl12/Qbot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitconfig 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Charmve 提交于 2022-11-30 01:13 . [shark] first commit
[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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xianyuone/Qbot.git
git@gitee.com:xianyuone/Qbot.git
xianyuone
Qbot
Qbot
main

搜索帮助