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
sqlite3 ~/projects/githubgrabber/database/database.sqlite "select commits.sha from commits inner join repos on repos.id = commits.repo_id AND repos.name = '"$1"' order by committed_at ASC;" > "$1.txt"