Skip to content

svdmitrij/git-notes-shorthands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-notes-shorthands

scripts for easy deal with git notes

В файле .git/config секцию origin можно привести к виду

[remote "origin"]
        url =   .....
        fetch = +refs/heads/*:refs/remotes/origin/*
        fetch = +refs/notes/*:refs/notes/*
        fetch = +refs/tags/*:refs/tags/*

тогда при фетче будут подтягиваться notes и tags

About

scripts for easy deal with git notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages