1 Star 0 Fork 0

纷繁/shell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
custom-git.sh 740 Bytes
一键复制 编辑 原始数据 按行查看 历史
tanghu 提交于 2024-04-16 14:10 . init
alias la='ls -a'
alias ll='ls -l'
alias trans='node /d/常用/my-trans/src/index.js'
alias ebash="vim ~/.bashrc && source ~/.bashrc"
# Git alias
alias br="git br"
alias brh="git br -r | grep 'hotfix'"
alias chd="git checkout develop"
alias chr="git checkout weaRelease"
alias lg="git lg"
alias ch="git ch"
alias pick="git pick"
alias pull="git pull"
alias lm="git lg --author tanghu --author 汤虎 --no-merges"
alias lmr="lm origin/weaRelease"
alias lmd="lm origin/develop"
alias st="git stash"
alias stp="git stash pop"
alias gcl="git reset head --hard"
alias tag='git log --tags --simplify-by-decoration --pretty="format:%ci %d" --no-walk' # 显示tag及日期
export PATH=$PATH:/d/bin:/d/Tools/bin:/d/bin/git:/d/bin/e9:/d/bin/ngs
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tanghu714/shell.git
[email protected]:tanghu714/shell.git
tanghu714
shell
shell
master

搜索帮助