We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c763411 commit bf70f25Copy full SHA for bf70f25
helpers.js
@@ -23,7 +23,7 @@ const flip = function(obj) {
23
*/
24
const generateMessage = function(gitCommand, data) {
25
let message = chalk.magenta.bold(
26
- `Running Christian alias for \`git ${gitCommand}\`...`
+ `Running Christian Git command for \`git ${gitCommand}\`...`
27
);
28
return message + `\n\n${chalk.magenta(data)}`;
29
};
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "christian-git",
3
- "version": "2.2.0",
+ "version": "2.3.0",
4
"description": "A collection of Christianized aliases to sanctify your Git workflow.",
5
"keywords": [
6
"git",
0 commit comments