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ů.
|
- # -*- coding: utf-8 -*-
- #
- # Copyright (C) 2011-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
- # Released under the terms of the MIT License. See LICENSE for details.
-
- """
- gitup: the git repository updater
- """
-
- __author__ = "Ben Kurtovic"
- __copyright__ = "Copyright (C) 2011-2015 Ben Kurtovic"
- __license__ = "MIT License"
- __version__ = "0.2.5.dev0"
- __email__ = "ben.kurtovic@gmail.com"
|