vcspull icon indicating copy to clipboard operation
vcspull copied to clipboard

2.0.0: New package name: `g`

Open tony opened this issue 2 years ago β€’ 1 comments

Credit to @shanahanjrs for providing access to g on pypi

Changes:

  • Default command: g / vcspull no longer updates all repos, instead shows subcommands

Upcoming milestones:

  • Scan for repos #25

    Scan for repos and add them to yaml file

  • Update repos by directory

    e.g. g up ~/work/*/python, g update ~/work/*/python

  • Blocker: https://github.com/ohmyzsh/ohmyzsh/blob/58478d0/plugins/git/git.plugin.zsh#L63 overwrites / collides with g

  • git update handling

    • if work tree clean: git fetch + git pull --rebase
    • if work tree dirty: git fetch
  • Sort config

    Sort configs alphabetically

tony avatar Dec 06 '21 03:12 tony

Codecov Report

Merging #327 (68bba04) into master (7c6478f) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 68bba04 differs from pull request most recent head ceb3b1e. Consider uploading reports for the commit ceb3b1e to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #327   +/-   ##
=======================================
  Coverage   82.48%   82.48%           
=======================================
  Files          11       11           
  Lines         651      651           
=======================================
  Hits          537      537           
  Misses        114      114           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 7c6478f...ceb3b1e. Read the comment docs.

codecov[bot] avatar Dec 06 '21 04:12 codecov[bot]