You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate Laravel Prompts with new UI enhancements, including color-coded status messages and multi-selection for untracked files. Refactor staged file management and add robust handling for empty commits, user prompts, and commit messages.
@@ -48,14 +65,14 @@ protected function tellJokeAndExit(): void
48
65
'Attempting to commit air? 🌬️ Sadly, our repository isn’t well-ventilated for that! 🚪',
49
66
'Commits need changes, not empty promises! 📜 Maybe the dog really did eat your code this time? 🐕',
50
67
"Trying to commit nothing? That's like sending an empty gift box! 🎁📦",
51
-
'No changes? Did you just try to send an imaginary friend to the repo? 🧙♂️🦄',
68
+
'No code changes? Did you just try to send an imaginary friend to the repo? 🧙♂️🦄',
52
69
'Looks like you’re committing to commitment issues! 💍❌',
53
70
'Did you know? Even black holes have more substance than your commit! 🌌🕳️',
54
71
"Trying to commit empty-handed? That's like bringing a fork to a soup-eating contest! 🍴🍲",
55
-
'No code changes? Are you sure you’re not just practicing your keystrokes? 🎹⌨️',
72
+
'No changes? Did you just try to send a love letter to an empty mailbox? 💌📪',
56
73
"Committing nothing? ❌ That's like sending a blank postcard! ✉️📬",
57
74
'You’re so good, you’re committing pure potential! 🚀✨',
58
-
'Trying to commit zero? That’s like trying to toast invisible bread! 🍞🔍',
75
+
'Trying to commit zero? That’s like writing a book with invisible ink! 📖✒️',
59
76
'No changes to commit? You just invented the stealth commit! 🕵️♀️✨',
60
77
'Trying to commit with zero changes? That’s like writing a book with invisible ink! 📖✒️',
61
78
'No changes to commit? It’s like trying to paint with an empty brush! 🎨🖌️',
@@ -64,11 +81,11 @@ protected function tellJokeAndExit(): void
64
81
'Attempting an empty commit? It’s as productive as a screen door on a submarine! 🛳️🚪',
65
82
'Committing no changes? That’s like trying to tune a guitar with no strings! 🎸❌',
66
83
'No changes? That’s like sending a love letter to an empty mailbox! 💌📪',
67
-
"Trying to commit nothing? That's as useful as a waterproof teabag! ☕🚫",
84
+
"Trying to commit nothing? That’s as useful as a waterproof teabag! ☕🚫",
68
85
'No changes to commit? Even ghosts leave more trace! 👻🕵️♂️',
69
86
'Attempting an empty commit? That’s like cooking with imaginary ingredients! 🍳🥄',
70
87
'No changes in your commit? That’s like racing in a stationary car! 🚗🛑',
71
-
"Committing air? That's like showing up to a concert with earplugs in! 🎤👂",
88
+
"Committing air? That’s like showing up to a concert with earplugs in! 🎤👂",
72
89
'Trying to commit with zero changes? That’s like playing soccer with an invisible ball! ⚽🕵️♀️',
73
90
];
74
91
@@ -87,9 +104,16 @@ protected function ensurePestIsInstalled(): void
87
104
$this->ensureToolInstalled('vendor/bin/pest', 'PHP Pest is not installed. Would you like to install it?', 'composer require pestphp/pest --dev --with-all-dependencies', 'PHP Pest installed successfully.', 'composer remove phpunit/phpunit', 'Removing PHP Unit...');
0 commit comments