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
As my coding bootcamp cohort was working through Git-It, we stumbled across a syntax issue arising from updated common practice terminology, specifically most standard directories being named "main" these days instead of "master".
On the "Push Work to your Remote" step, the verification fails because the app is searching for git push origin master when most folks going forward will be working with git push origin main
Having an "or" for "main" would solve this issue.
Thanks so much!
~Adam Lindgren
Momentum Learn Student
The text was updated successfully, but these errors were encountered:
Hello,
As my coding bootcamp cohort was working through Git-It, we stumbled across a syntax issue arising from updated common practice terminology, specifically most standard directories being named "main" these days instead of "master".
On the "Push Work to your Remote" step, the verification fails because the app is searching for
git push origin master
when most folks going forward will be working withgit push origin main
Having an "or" for "main" would solve this issue.
Thanks so much!
~Adam Lindgren
Momentum Learn Student
The text was updated successfully, but these errors were encountered: