Skip to content

Commit 27ae83b

Browse files
committed
-
1 parent 14c357b commit 27ae83b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

git-commit-push-script.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
# Create the alias
4-
alias cm='
5-
63
# Add all changes
74
git add -A
85

@@ -20,4 +17,4 @@ git commit -S -m "$ticket - $message"
2017

2118
# Push changes
2219
git push
23-
'
20+

0 commit comments

Comments
 (0)