Skip to content

stephenh/git-central

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Tweaks for using git in a corporate/close-team environment.

Scripts

  • checkout: does the right thing for creating/tracking a new or existing remote branch
  • push: pushes only the current branch to origin
  • pull: pulls changes down but with rebase-i-p to avoid same-branch merges and commit replays

Server-side Hooks

See the individual scripts for documentation, but an overview:

Client-side Hooks

Bootstrapping Scripts

Install Server-side Hooks

  • Download/clone the gc repo to something like /srv/git/gc
  • Edit your_repo.git/hooks/post-receive and your_repo.git/hooks/update to call the gc hooks as appropriate

Todo

  • Install approach for scripts
  • Install for client hooks

About

scripts and hooks for use with a centralized git repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published