Git: Difference between revisions

From Achintya Rao’s Wiki
Add git extensions
Line 6: Line 6:
** [https://www.git-scm.com/docs/git-instaweb Official reference]
** [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]].
** 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]
* [https://github.com/wfxr/forgit forgit]
* [https://github.com/stacked-git/stgit/ stgit / Stacked Git]


== Articles / blog posts / websites ==
== Articles / blog posts / websites ==

Revision as of 19:43, 27 May 2021

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.