@pavlovic265/gt 0.58.6 → 0.58.7

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/README.md CHANGED
@@ -515,6 +515,7 @@ gt pr li
515
515
 
516
516
  ## 🚧 Planned Features
517
517
 
518
+ - [⚙️] **Branch Tracking** — Interactive branch selection to rebase current branch onto a selected branch with `gt track` command.
518
519
  - [ ] **Branch Syncing** — Seamlessly synchronize local and remote branches with intelligent conflict handling.
519
520
  - [ ] **Change Submission** — Streamlined `submit` command for creating pull requests or submitting changes for review.
520
521
  - [ ] **Advanced Branch Visualization** — Enhanced visualization of branch structures and relationships for easier navigation.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pavlovic265/gt",
3
- "version": "0.58.6",
3
+ "version": "0.58.7",
4
4
  "description": "Git workflow utility with intelligent branch management and automation",
5
5
  "author": "Marko Pavlovic <pavlovic265@gmail.com>",
6
6
  "license": "MIT",