You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let branch = systemlist("git name-rev --name-only HEAD")[0]
let remote = systemlist("git config branch." . branch . ".remote")[0]
let repo = systemlist("git config --get remote." . remote . ".url | sed 's/\.git$//' | sed 's_^git@\\(.*\\):_https://\\1/_' | sed 's_^git://_https://_'")[0]
let revision = systemlist("git rev-parse HEAD")[0]
let path = systemlist("git ls-files --full-name " . @%)[0]