Raspberry Pi - Commit and push to GitHub

preview_player
Показать описание
A short video of how to commit and push to a GitHub repository
Рекомендации по теме
Комментарии
Автор

Well your tutorial helped me for the most part; so thanks for that.
Some things I ran into (and yeah, I don't really use linux. Windows is easier and way cooler, bit me), for anyone that stumbles across this --

To add/clone a repository, cd into the folder you want it in; then "git clone +URL". To update your repo "git pull". To commit and push any changes you've made: "git commit -a" (you'll be thrown to a screen where you can add a comment), then "git push" to upload it. Overall I find the windows application for github far easier to use, because it's a superior product to this Linux "oh you can do everything you want but good luck figuring it out" nonsense. In fact, hasn't anyone made a windows OS for a pi yet, so I don't have to do this terminal stuff? That'd be way better

superdogmeatmeat