Skip to content

Guzlr/git-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-utils

Basic bash utilities for using git with a basic git server on my LAN

git_push_to_create.sh

A tool to create a remote repo from a local-only repo and push it to the remote. Then git push/pull will work without further faffing around.

Assumptions:

  • The user has ssh access to the remote git server - ideally key-based login.
  • The remote user has write access to the remote directory containing the repos.

I use this script push repos to a server to allow sharing them between various machines on my LAN.

git_list_remotes.sh

A tool to list the remote repos on the server and indicate how much disk space they are consuming, individually and as a whole.

About

Basic utilities for using git with a git server on my LAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages