タグ

ブックマーク / gitweb.saurik.com (1)

  • git.saurik.com Git

    Due to a mistake importing content from Subversion years ago, I have occasionally run a filter-branch on my repositories. If you have issues doing a pull, you can update your repository to match upstream using the following command. This process is deterministic, and will correctly update any new commits or branches you might have locally to match history. $ git filter-branch --tag-name-filter cat

    drk7jp
    drk7jp 2013/04/25
  • 1