Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Commit

Permalink
no need to add master push to config
Browse files Browse the repository at this point in the history
  • Loading branch information
eparejatobes committed Dec 27, 2012
1 parent f6a250d commit d524c8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-timetrack
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ done' > $githook
fi

git config --add remote.$remote.push "refs/notes/timetracker:refs/notes/timetracker"
git config --add remote.$remote.push "refs/heads/master:refs/heads/master"
# this shouldn't be needed
# git config --add remote.$remote.push "refs/heads/master:refs/heads/master"
git config --add remote.$remote.fetch "+refs/notes/timetracker:refs/notes/remotes/$remote/timetracker"
git config notes.rewriteRef "refs/notes/timetracker"
git config notes.displayRef "refs/notes/timetracker"
Expand Down

0 comments on commit d524c8e

Please sign in to comment.