Tools

Learn Github in 20 Minutes

Colt Steele ()

Learn how to use Git & Github to share code and collaborate with other developers. This video covers: creating github repos, pushing & pulling, cloning, forking, making pull requests, and open-source contribution workflows.

**MINOR EDIT**: I use “git push -u” to push to Github in this video, but I forgot to mention the “-u” flag is only necessary the very first time you push (even then, it’s not technically necessary, it just makes your life a little easier)

Notes: https://videotutorials.notion.site/Introduction-to-GitHub-202af6f64bbd4299b15f238dcd09d2a7

Siehe auch:

Learn Git In 15 Minutes

To top