The Case for GitHub Desktop (Tutorial: git command line isn't everything)

preview_player
Показать описание
Sometimes GitHub Desktop can be better/easier/faster than the git command line.

➧MAKING COMMITS
-Make changes to your file
-Click checkboxes next to the files to include
-Enter a commit message in the "Summary"
-Press enter to commit
-Click Sync to pull & push
-No need for
git add -A
git commit -m "message"
git push origin master
-It's way simpler with the GitHub Desktop App
**SHORTCUTS**
Alt+S =Sync
Cmd+P=push
Up+Cmd+P=pull
--I couldn't get the last 2 to work

Other References:
Рекомендации по теме
Комментарии
Автор

That was a great blast through a typical workflow, really useful for deciding whether to use the Github desktop app, and whether its suitable for my artist friends, thanks!

jonobaker
Автор

Awesome video, no time wasting here! I've been learning Git in command line, and with GitHub desktop, and with Sourcetree. Hated Sourcetree, felt like i may as well not bother with a GUI at all... but then GitHub app saved the day. Seems silly not to utilise it.

DanAddison
Автор

good video! just a little advise, try to talk a bit slower

arturorodriguez