Skip to content

timbouchard/git-better

Repository files navigation

git-better

git better at git

--

for remote in `git branch -r `; do git branch --track $remote; done
for remote in `git branch -r `; do git checkout $remote ; git pull; done

Installation

Install Node Dependencies

$ npm install

Start the Node Server

$ npm start

View Your Project Dammit

http://localhost:5000

About

git better at git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •