6 lines
177 B
Fish
6 lines
177 B
Fish
# GitNow — Speed up your Git workflow. 🐠
|
|
# https://github.com/joseluisq/gitnow
|
|
|
|
function __gitnow_is_git_repository
|
|
command git rev-parse --git-dir >/dev/null 2>&1
|
|
end
|