@san-siva/gitsy 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/g-wa +2 -2
- package/package.json +1 -1
package/bin/g-wa
CHANGED
|
@@ -235,8 +235,8 @@ checkout_or_create_branch() {
|
|
|
235
235
|
fi
|
|
236
236
|
|
|
237
237
|
print_message "" -1
|
|
238
|
-
print_message "${BLUE}Will create ${NC}${target_branch}${BLUE} worktree (cut from ${NC}${current_branch}${BLUE})${NC}"
|
|
239
|
-
print_message "Location: ${BLUE}${repo_name}/worktrees/${sanitized_target}${NC}"
|
|
238
|
+
print_message "${BLUE}Will create ${NC}${target_branch}${BLUE} worktree (cut from ${NC}${current_branch}${BLUE})${NC}" 0
|
|
239
|
+
print_message "Location: ${BLUE}${repo_name}/worktrees/${sanitized_target}${NC}" 0
|
|
240
240
|
print_message "" -1
|
|
241
241
|
|
|
242
242
|
create_new_branch=$(prompt_user true "Create new branch?" $((step_number + 2)))
|