Git: Difference between revisions
From Achintya Rao’s Wiki
Add section on GitHub |
m Add git instaweb |
||
| 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. | ||
== Useful git features == | |||
* <code>git instaweb</code> | |||
** [https://www.git-scm.com/docs/git-instaweb Official reference] | |||
** Requires <code>lighttpd</code>, <code>gamin</code> and <code>libcgi-pm-perl</code> on [[Linux]]. | |||
== Articles / blog posts / websites == | |||
== [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 13:38, 22 February 2020
Notes on how to use the version-control system, with specific pointers for different hosts.
Useful git features
git instaweb- Official reference
- Requires
lighttpd,gaminandlibcgi-pm-perlon Linux.
Articles / blog posts / websites
- 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.
