Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
570db7724c
@ -24,6 +24,7 @@
|
|||||||
ps = "!git push origin $(git rev-parse --abbrev-ref HEAD)"
|
ps = "!git push origin $(git rev-parse --abbrev-ref HEAD)"
|
||||||
pl = "!git pull origin $(git rev-parse --abbrev-ref HEAD)"
|
pl = "!git pull origin $(git rev-parse --abbrev-ref HEAD)"
|
||||||
pr = "pull --rebase"
|
pr = "pull --rebase"
|
||||||
|
s = status
|
||||||
st = status
|
st = status
|
||||||
br = branch
|
br = branch
|
||||||
bm = branch --merged
|
bm = branch --merged
|
||||||
@ -50,4 +51,4 @@
|
|||||||
aliases = "!git config -l | grep '^alias\\.' | cut -d. -f2-"
|
aliases = "!git config -l | grep '^alias\\.' | cut -d. -f2-"
|
||||||
|
|
||||||
# git clone git://localhost/
|
# git clone git://localhost/
|
||||||
serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
|
serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
|
||||||
|
|||||||
@ -76,16 +76,12 @@ alias vi='nvim'
|
|||||||
alias svi="sudo --preserve-env nvim"
|
alias svi="sudo --preserve-env nvim"
|
||||||
|
|
||||||
# git
|
# git
|
||||||
alias gs="git status"
|
for al in s d di co col ds a u ps pl hs last lastd df amend br
|
||||||
alias gd="git diff"
|
do
|
||||||
alias gds="git diff --staged"
|
alias "g${al}"="git ${al}"
|
||||||
alias ga="git a"
|
done
|
||||||
|
|
||||||
alias gcim="noglob git cim"
|
alias gcim="noglob git cim"
|
||||||
alias gps="git ps"
|
|
||||||
alias ghs="git hs"
|
|
||||||
alias glast="git last"
|
|
||||||
alias glastd="git lastd"
|
|
||||||
alias gdf="git df"
|
|
||||||
|
|
||||||
# net
|
# net
|
||||||
alias ports='ss -tlnp'
|
alias ports='ss -tlnp'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user