Git: Difference between revisions

From Achintya Rao’s Wiki
Add section on GitHub
Add git-issue
 
(4 intermediate revisions by the same user not shown)
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]].
== Useful git extensions ==
* [https://github.com/MichaelMure/git-bug git-bug] – I have installed this but not used it much
** See also [https://github.com/dspinellis/git-issue git-issue]
* [https://github.com/wfxr/forgit forgit]
* [https://github.com/stacked-git/stgit/ stgit / Stacked Git]
* [https://github.com/tummychow/git-absorb git-absorb]
== 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.

Latest revision as of 14:54, 26 May 2025

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

Useful git features

Useful git extensions

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.