@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.
Files changed (2) hide show
  1. package/bin/g-wa +2 -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}" -1
239
- print_message "Location: ${BLUE}${repo_name}/worktrees/${sanitized_target}${NC}" -1
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)))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@san-siva/gitsy",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "A set of bash utilities for managing Git repositories with ease",
5
5
  "keywords": [
6
6
  "git",