How to submit Cs50 projects 2021 | Windows | Cs50x | cs50ai | cs50web

preview_player
Показать описание
This is a tutorial on how to submit your cs50 projects. Works on cs50 ai, cs50 web, etc.

Steps:
1. install git if you haven't already
2. authorize cs50 to access your github (make an account there too)
3. open cmd and cd to your project folder
4. paste the below code one by one:

git init
git checkout -b ai50/projects/2020/x/degrees
git status
git add -A
git commit -am "first commit for project 0"

*make sure to add your github username*

git remote
git push origin --all
Рекомендации по теме
Комментарии
Автор

I honestly can't thank you enough. I was having a really hard time trying to submit my project. Great video!

ItsMeAndru
Автор

After successfully wasting a half day on how to submit my project.... Finally got your video and submitted my assignment!!!! thankyou

riders
Автор

I've watched 3 other videos to try and figure this out but yours got me there, huge thanks man keep doing what youre doing.

Waddleloo
Автор

This was very helpful! When I took CS50AI after CS50x I continued using codespaces! Now I'm using Git like a boss!

Mai_Tai_Meyers
Автор

Just wanna say thank you for the tutorial. Really helped out someone like me who's absolutely clueless about git. I tried using submit50 but kept getting an error about not being able to find a 'termios' module. Anyway nice video

nmcke
Автор

This video is a legitimate life-saver! You're the man! Thank you very much. Guess I need to take a Git/GitHub class...

MattNicassio
Автор

Thank u for this wonderful tutorial although short but I gave me what I was looking for 💗.

franklinotu
Автор

Thank you Tanish the video have been very helpful for me! great job!

Lapin
Автор

For every project should we follow the same procedure

Uniquenavs
Автор

Perfect, thx! I had some issues with github password, used token

niksatan
Автор

Thank you so much for this. You can't be thanked enough!

collinscisiwu
Автор

I have enrolled in cs50 AI 2020 how I update it into cs50 AI 2021

shahg
Автор

u know its my first time using a computer im a gaav ka launda rn im just holding my head and watching this video its all over my head

AkashSingh-kbon
Автор

Hi, do you recommend to do artificial intelligence cs50 course after web programming?

marioortiz
Автор

Thanks bro. Your video really helped me

osagieronald
Автор

I have a question. This commit will be privat in github. Can grading staff see our file or not?

Denise_travel
Автор

I'm trying to submit my work for CS50G and when I do git add -A it says error "'file' does not have a commit checked out", so then I try to use the git commit command, but nothing happens and it just tells me "Author identity unknown". PLS HELP

AnhHoang-zoiu
Автор

Wich peoject do you mean ? Should i solve the problem before the submition ?

MedG
Автор

Thank you so much! Thanks to your video I could submit well my project and now I'll use it for all my submissions. You're amazing! 🤍🤍

joanaoliveirasilva
Автор

Can you help how resubmit the project to same branch

shahg