Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
notes to myself
Browse files Browse the repository at this point in the history
  • Loading branch information
harleypig committed Feb 9, 2013
1 parent 67bcf1e commit f2b88af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions handle_metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#! /usr/bin/perl

# git config --add remote.origin.fetch '+refs/tags/*:regs/tags/*'
# git config --add remote.origin.fetch '+refs/notes/*:refs/notes/*'
# git config --add remote.origin.push '+refs/heads/*:refs/heads/*'
# git config --add remote.origin.push '+refs/tags/*:refs/tags/*'
# git config --add remote.origin.push '+refs/notes/*:refs/notes/*'

use strict;
use warnings;

Expand Down

0 comments on commit f2b88af

Please sign in to comment.