Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 446 Bytes

File metadata and controls

36 lines (19 loc) · 446 Bytes

git-flush

The custom shell-scripts for git

Purpose

Facilitate usability of local repo

Description

  1. pull latest content of repo

  2. pull latest content of submodule

  3. remove branches what no longer exists in remote

  4. remove untracked objects

  5. execute GC

Install

  1. copy in some local folder

  2. add the folder in your %PATH%

  3. or add alias in git

Usage

  1. As ordinary one
git flush