How to setup github on a mac





Posted By quikStarts
List ViewGrid View

This guide is part of the github series

1. How to create a repository on github
2. How to setup github on a mac
3. How to use github




Make: github

Model / Product: N/A

Version: github web

Objective / Info: Learn how to setup github on a mac.Github.com is a the cloud based version control application that we are discussing in this guide. Not the desktop version GIT.


1
Make sure you have created a github account before proceeding. See http://goo.gl/1IlS9a to learn how.

2
Launch the terminal.

3
Type "$ git config --global user.name "Your Name Here"" at the command line.

  Note :Sets the default name for git to use when you commit. Directory doesn't appear to matter.

4
Type "$ git config --global user.email "your_email@example.com"" at the command line.

  Note :Sets the default name for git to use when you commit. Directory doesn't appear to matter.

5
This task should now be complete. If it is not working for you review the steps and repeat.

|






comments powered by Disqus

Tag : github

Ask a question or provide an answer

Posted Q&A(0)


Name
Email
URL
Comment