Git: Difference between revisions
From Achintya Rao’s Wiki
Create page |
Add section on GitHub |
||
| Line 1: | Line 1: | ||
Notes on how to use the version-control system, with specific pointers for different hosts. | Notes on how to use the version-control system, with specific pointers for different hosts. | ||
== [https://github.com GitHub] == | |||
* If you have not configured your local <code>.gitconfig</code> with the same e-mail address as your GitHub account and the commits on GitHub are not linked to your profile, you can add the appropriate e-mail address and it will retroactively fix the way the commits are displayed. | |||
Revision as of 11:53, 15 February 2020
Notes on how to use the version-control system, with specific pointers for different hosts.
- If you have not configured your local
.gitconfigwith the same e-mail address as your GitHub account and the commits on GitHub are not linked to your profile, you can add the appropriate e-mail address and it will retroactively fix the way the commits are displayed.
