Алиас для git cherry-pick
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s
This commit is contained in:
@@ -8,6 +8,7 @@ git config --global alias.ci commit
|
|||||||
git config --global alias.cim "commit -m"
|
git config --global alias.cim "commit -m"
|
||||||
git config --global alias.st status
|
git config --global alias.st status
|
||||||
git config --global alias.br branch
|
git config --global alias.br branch
|
||||||
|
git config --global alias.cp cherry-pick
|
||||||
git config --global alias.hist "log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short"
|
git config --global alias.hist "log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short"
|
||||||
git config --global alias.histt "log --pretty=format:'%h %cd | %s%d [%an]' --graph --date=iso"
|
git config --global alias.histt "log --pretty=format:'%h %cd | %s%d [%an]' --graph --date=iso"
|
||||||
git config --global alias.ad "add -A"
|
git config --global alias.ad "add -A"
|
||||||
|
|||||||
Reference in New Issue
Block a user