0.1.2
lucasferreiralimax
released this
23 Jun 10:22
·
67 commits
to master
since this release
Update
Version 0.1.2 of gitman
introduces several significant enhancements, including new features and bug fixes.
New Features
-
Added
-b
and-m
Parameters:- Introducing the ability to specify the base directory where projects are located using
-b
. By default, the base directory is~/Documents
. - The
-m
option allows setting a custom commit message when performing updates on projects.
- Introducing the ability to specify the base directory where projects are located using
-
Updated User Interaction Exception Handling:
- Implemented improved handling for keyboard interruptions (
KeyboardInterrupt
) during script execution. Now, when the user interrupts the script in the terminal, an informative message is displayed before terminating the program.
- Implemented improved handling for keyboard interruptions (