Skip to content

andrmuel/projectile-git-autofetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

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).

About

Automatically fetch git repositories known to projectile.

Resources

Stars

Watchers

Forks

Packages

No packages published