gitz icon indicating copy to clipboard operation
gitz copied to clipboard

🗜 Tiny useful git commands, some dangerous 🗜

Results 38 gitz issues
Sort by recently updated
recently updated
newest added

`git new -u rec/fix-db-2 fix-db-2` failed in two ways. 1. it did not fetch `rec/fix-db-2` 2. It created a new branch `rec/fix-db-2` with a slash in it!!

bug

``` ERROR: git-update: ? test-784 Traceback (most recent call last): File "/usr/local/bin/git-update", line 71, in git_update _update(branch, ref_branch, fetched) File "/usr/local/bin/git-update", line 107, in _update upstream_cid = functions.commit_id(ubranch) File "/home/icordova/.local/lib/python3.8/site-packages/gitz/git/functions.py",...

None of my tools seem to handle JackTrip, where `main` is the new `master`. Many new repos will have this. Fixing this is top priority!

bug

Or even for that to be the default - I usually want to see the older commits compile first.

enhancement

In another project replaced a file by a symlink to another file, and I got this `git-st`: T scripts/versy | 6 +----- AM versy/__main__.py | 5 +++++ `T` is new...

bug

g new -r 589ab23 debug -v $ git diff-index --quiet HEAD -- $ git branch --format=%(refname:short) > master $ git remote > origin $ git fetch origin $ git branch...

bug

Four commands might well handle errors very badly: * git-adjust * git-multi-pick * git-permute * git-update Check them and make sure they handle them. Some of the mechanism in git-save...

enhancement