Skip to content

Git

Git commands

Difference between two consecutive commits to the same branch:

git diff --name-only HEAD HEAD~1

Git Hosting

  • gogs — Gogs (Go Git Service) is a painless self-hosted Git service (Website). [GO]

  • gitlab — [Ruby]

  • gitbucket — A Git platform powered by Scala with easy installation, high extensibility & github API compatibility Website. [Scala]

  • gitblit — Pure java git solution (Website). [Java]