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 6ad2754 commit 5d936ccCopy full SHA for 5d936cc
readme.md
@@ -169,7 +169,7 @@ function gcb() {
169
}
170
171
# checkout to a branch
172
-function gc() {
+function gch() {
173
git checkout "${1}"
174
175
@@ -231,7 +231,7 @@ Usage of the rest of the workflows.
231
gcb [branch_name]
232
233
# To checkout to an existing branch
234
-gc [branch_name]
+gch [branch_name]
235
236
# To push changes to another branch
237
gbp [branch_name]
0 commit comments