Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.2 KB

README.org

File metadata and controls

30 lines (22 loc) · 1.2 KB

projectile-git-autofetch – automatically fetch git repositories

https://img.shields.io/badge/license-GPL_3-green.svg https://melpa.org/packages/projectile-git-autofetch-badge.svg https://stable.melpa.org/packages/projectile-git-autofetch-badge.svg

Overview

projectile-git-autofetch is a minor mode for Emacs to automatically fetch repositories you are currently working on (by default, all open repositories known to projectile).

Installation

To use this mode, add the repository to your load path, load it and enable the minor mode:

(add-to-list 'load-path "~/path/to/projectile-git-autofetch/")
(require 'projectile-git-autofetch)
(projectile-git-autofetch-mode 1)

Configuration

For configuration options, please look at the customization group projectile-git-autofetch. In particular, projectile-git-autofetch-projects lets you define, which repositories to fetch (all repositories known to projectile, all open repositories or only the repository for the current buffer).