A console script that allows you to easily update multiple git repositories at once
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

15 řádky
377 B

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