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
Right now, students will see "Submitting..." for quite a file if submitting a big file. Could reveal progress of git-push by unhiding its stdout, but then students will see all of its noise. Could alternatively override git-lfs pre-push hook by running git-push with --no-verify and calling git lfs pre-push origin or such ourselves, revealing only its stdout.