Skip to content

Instantly share code, notes, and snippets.

@MarkTiedemann
Last active September 3, 2019 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarkTiedemann/d99ebad3f6af36155b27288f25de568f to your computer and use it in GitHub Desktop.
Save MarkTiedemann/d99ebad3f6af36155b27288f25de568f to your computer and use it in GitHub Desktop.
# Based on:
# https://web.archive.org/web/20180121193320/http://git-scm.com/blog/2010/08/25/notes.html
# - Pushing notes
git push origin "refs/notes/*"
# - Fetching notes
git fetch origin "refs/notes/*:refs/notes/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment