7. git for repository management

There's one bit I failed to mention in the video. After you install git, the first time you use it you'll probably be asked to set your name and email address. The error message will give you instructions for how to do this at the command line. Here's a template of what it looks like for me. Just substitute in your own email address and name.

git config --global user.email "[email protected]"

git config --global user.name "Brandon Rohrer"


Apple xcode download

https://developer.apple.com/xcode/


git tips and tricks

https://rogerdudler.github.io/

git resources

https://e2eml.school/git_resources.html

Complete and Continue  
Discussion

0 comments