Skip to content

Commit 5d936cc

Browse files
authored
🐛FIX: workflow
1 parent 6ad2754 commit 5d936cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function gcb() {
169169
}
170170

171171
# checkout to a branch
172-
function gc() {
172+
function gch() {
173173
git checkout "${1}"
174174
}
175175

@@ -231,7 +231,7 @@ Usage of the rest of the workflows.
231231
gcb [branch_name]
232232

233233
# To checkout to an existing branch
234-
gc [branch_name]
234+
gch [branch_name]
235235

236236
# To push changes to another branch
237237
gbp [branch_name]

0 commit comments

Comments
 (0)