Commit 06bfa91 1 parent d793f94 commit 06bfa91 Copy full SHA for 06bfa91
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ npm i -g @xniva/git-shortcuts
34
34
| ` gma ` | ` git merge --abort ` | Abort the merge |
35
35
| ` grb ` | ` git reset --${hardOrSoft} origin/$(git rev-parse --abbrev-ref HEAD) ` | Reset the current branch to its remote equivalent |
36
36
| ` gphf ` | ` git push origin HEAD --force ` | Force push the current branch |
37
+ | ` gc ` | ` git commit -m ${commitMessage} ` | Commit with the give message |
37
38
38
39
### Master branch name is configurable:
39
40
Original file line number Diff line number Diff line change 20
20
"gsf" : " bin/git_see_feature_files.js" ,
21
21
"gma" : " bin/git_merge_abort.js" ,
22
22
"grb" : " bin/git_reset_current_branch.js" ,
23
- "gphf" : " bin/git_push_head_force.js"
23
+ "gphf" : " bin/git_push_head_force.js" ,
24
+ "gc" : " bin/git_commit_message.js"
24
25
},
25
26
"author" : " Kavinkumar R" ,
26
27
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments