Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to forcibly update tags during pull #155

Closed
zombiezen opened this issue Feb 15, 2022 · 0 comments
Closed

Add option to forcibly update tags during pull #155

zombiezen opened this issue Feb 15, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@zombiezen
Copy link
Member

Should be roughly equivalent to git fetch --tags --force.

@zombiezen zombiezen added the enhancement New feature or request label Feb 15, 2022
@zombiezen zombiezen added this to the 1.2 milestone Feb 18, 2022
zombiezen added a commit that referenced this issue Feb 24, 2022
Version 1.2 includes features to handle repositories with lots of branches.

### Added

- gg can now be installed via [Nix](https://nixos.org/)!
  See https://gg-scm.io/install for instructions.
- `push` and `commit` have a new `-hooks=0` flag.
  ([#153](#153))
- `pull` has a new `--force-tags` flag.
  ([#155](#155))
- `branch` has a new `--pattern` flag to filter listed branches.
  ([#156](#156))

### Changed

- Local branches are moved under `refs/gg-old/` during `pull`
  when they are deleted from a remote.
  ([#118](#118))

### Fixed

- `GIT_EDITOR` is now always invoked from the root of the working copy
  to match with the behavior of Git.
  ([#152](#152))
- `revert` now prints an error message
  if used on a nonexistent file in a new repository.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant