A console script that allows you to easily update multiple git repositories at once
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

15 linhas
341 B

  1. # -*- coding: utf-8 -*-
  2. #
  3. # Copyright (C) 2011-2014 Ben Kurtovic <ben.kurtovic@gmail.com>
  4. # See the LICENSE file for details.
  5. """
  6. gitup: the git repository updater
  7. """
  8. __author__ = "Ben Kurtovic"
  9. __copyright__ = "Copyright (C) 2011-2014 Ben Kurtovic"
  10. __license__ = "MIT License"
  11. __version__ = "0.2.4"
  12. __email__ = "ben.kurtovic@gmail.com"