File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 31
31
"cmd" : " git commit --amend --edit" ,
32
32
"help" : " Edit the last commit message and content."
33
33
},
34
+ "feat" : {
35
+ "cmd" : " git flow start feature $1" ,
36
+ "help" : " Start a new git flow feature branch."
37
+ },
34
38
"fixable" : {
35
39
"cmd" : " git log --oneline $(git rev-parse --abbrev-ref --symbolic-full-name @{u})..HEAD" ,
36
40
"help" : " Show commits ahead of upstream."
47
51
"cmd" : " git diff -p -R --no-color | grep -E \" ^(diff|(old|new) mode)\" --color=never | git apply --allow-empty --no-index" ,
48
52
"help" : " Restore file mode changes from diff."
49
53
},
50
- "flwb " : {
54
+ "flb " : {
51
55
"cmd" : " git release-beta" ,
52
56
"help" : " Run release-beta command."
53
57
},
54
- "flwf" : {
55
- "cmd" : " git flow start feature $1" ,
56
- "help" : " Start a new git flow feature branch."
57
- },
58
- "flwh" : {
58
+ "flf" : {
59
59
"cmd" : " git release-hotfix" ,
60
60
"help" : " Run release-hotfix command."
61
61
},
62
- "flwp " : {
62
+ "flp " : {
63
63
"cmd" : " git release-prod" ,
64
64
"help" : " Run release-prod command."
65
65
},
66
- "flwt " : {
67
- "cmd" : " git tag -a $1 -m \" $1\" && git push origin $1" ,
66
+ "flt " : {
67
+ "cmd" : " git tag -a $1 -m \" $1\" ; git push origin $1" ,
68
68
"help" : " Create and push an annotated tag."
69
69
},
70
70
"forceable" : {
Original file line number Diff line number Diff line change 2
2
"id" : " gitutils" ,
3
3
"name" : " Git Aliases" ,
4
4
"description" : " A feature to add useful Git aliases to your shell." ,
5
- "version" : " 5.13.7 " ,
5
+ "version" : " 5.14.1 " ,
6
6
"dependsOn" : {
7
7
"ghcr.io/devcontainers/features/node:1" : " lts" ,
8
8
"ghcr.io/tomgrv/devcontainer-features/common-utils:3" : {
You can’t perform that action at this time.
0 commit comments