Git: Difference between revisions

From Achintya Rao’s Wiki
m Add git instaweb
Line 8: Line 8:


== Articles / blog posts / websites ==
== Articles / blog posts / websites ==
* [https://www.micah.soy/posts/setting-up-git-identities/ Setting Up Git Identities]


== [https://github.com GitHub] ==
== [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.
* 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 07:51, 24 March 2020

Notes on how to use the version-control system, with specific pointers for different hosts.

Useful git features

Articles / blog posts / websites

  • If you have not configured your local .gitconfig 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.