• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Browser Based User Interface For Git Repositories

By Abhishek Ghosh August 6, 2017 8:38 am Updated on August 6, 2017

Browser Based User Interface For Git Repositories

Advertisement

We commonly need a light option which opens a basic webpage on localhost. There are actually many browser based user interface for git repositories. Common reasons to avoid these are need of installation of too many packages, consumption of huge RAM etc. However, we are talking about quite basic option which is inbuilt present with git, too basic and another option which is slightly good looking and consumes slight more RAM than the first one.

 

Browser Based User Interface For Git Repositories : git-instaweb

 

Many new users are not aware of git-instaweb :

Vim
1
https://git-scm.com/docs/git-instaweb

Git has a CGI script called GitWeb that can be used for this. If you have iTerm2, Homebrew, ZSH installed on Mac and you have not configured git-instaweb, simply change directory to any repository :

Advertisement

---

Vim
1
2
3
cd ~
ls -al
cd your-any-git-repo

If you run :

Vim
1
git instaweb

You will get this error :

Vim
1
lighttpd not found. Install lighttpd or use --httpd to specify another httpd daemon.

Install lighthttpd :

Vim
1
brew install lighttpd

Now run this :

Vim
1
git instaweb --httpd=webrick

If everything is fine, it will open a webpage like this on Safari or whatever your default browser is :

Browser Based User Interface For Git Repositories

No configuration needed. To stop it, run :

Vim
1
git instaweb --httpd=webrick --stop

I do not know why you will not like this instant, light, web UI. May be you wanted more decorated thing. In that case, there is another option which is not hugely resource hungry :

 

Browser Based User Interface For Git Repositories : git-instaweb

 

There is git-webui :

Vim
1
https://github.com/alberthier/git-webui

Safest way is manual installation. You can clone that repo :

Vim
1
2
cd ~
git clone https://github.com/alberthier/git-webui.git

Then you can use git config option to set alias to use command shortcut :

Vim
1
git config --global alias.webui \!$PWD/git-webui/release/libexec/git-core/git-webui

If you do not want to set git config, you can browse your repo and run this (we cloned that git-webui at ~ to make it easy) :

Vim
1
2
cd your-any-git-repo
~/git-webui/release/libexec/git-core/git-webui

You have not installed anything. The above is running at port 8000.

Tagged With browser based git , git instaweb on windows
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Browser Based User Interface For Git Repositories

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • How To Install lighttpd PHP5-FPM (LLMP CentOS 7)

    Here Is How To Install lighttpd With PHP 7 FPM (CentOS 7). lighttpd Is Not Production Ready and CentOS is Better OS Over Ubuntu or Debian.

  • OpenShift OctoPress Auto install Script

    OpenShift OctoPress Auto install Script is an Advanced Script to Run OctoPress on Free OpenShift PaaS Practically Without Any Knowing Ruby or Git.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy