B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Filename :
run-help-git
back
Copy
if [ $# -eq 0 ]; then man git else local al if al=$(git config --get "alias.$1"); then 1=${al%% *} fi man git-$1 fi