Skip to content

Commit

Permalink
up. git 命令别名
Browse files Browse the repository at this point in the history
  • Loading branch information
wdssmq committed Sep 27, 2024
1 parent 2502a22 commit d008d35
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _posts/2022-03-14-Alias-For-Git-And-Docker .md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ Git 命令,则可以设置在 `~/.gitconfig` 内:
# fop = fetch origin -p

# merge
mr = merge
mnc = merge --no-commit
# msq = merge --squash
mgff = merge --ff
mgnoff = merge --no-ff
mgnc = merge --no-commit --no-ff
# mgsq = merge --squash

# commit
ci = commit
Expand Down

0 comments on commit d008d35

Please sign in to comment.