summaryrefslogtreecommitdiffhomepage
path: root/git.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'git.html.markdown')
-rw-r--r--git.html.markdown7
1 files changed, 4 insertions, 3 deletions
diff --git a/git.html.markdown b/git.html.markdown
index a40ef01b..0d8e43ec 100644
--- a/git.html.markdown
+++ b/git.html.markdown
@@ -124,9 +124,12 @@ To configure settings. Whether it be for the repository, the system itself,
or global configurations ( global config file is `~/.gitconfig` ).
```bash
-# Print & Set Some Basic Config Variables (Global)
+# Set & Print Some Basic Config Variables (Global)
$ git config --global user.email "MyEmail@Zoho.com"
$ git config --global user.name "My Name"
+
+$ git config --global user.email
+$ git config --global user.name
```
[Learn More About git config.](http://git-scm.com/docs/git-config)
@@ -597,8 +600,6 @@ $ git rm /pather/to/the/file/HelloWorld.c
* [SalesForce Cheat Sheet](http://res.cloudinary.com/hy4kyit2a/image/upload/SF_git_cheatsheet.pdf)
-* [GitGuys](http://www.gitguys.com/)
-
* [Git - the simple guide](http://rogerdudler.github.io/git-guide/index.html)
* [Pro Git](http://www.git-scm.com/book/en/v2)