Tags give the ability to mark specific points in history as being important
-
debian/2.1.3-2
b58c5ec1 · ·git-hub release 2.1.3-2 for unstable [dgit please-upload source=git-hub version=2.1.3-2] [dgit distro=debian split --quilt=gbp] [dgit upstream-tag=upstream/2.1.3 upstream=351071c2a9306132ae2c845609b0f71c697a7069]
-
-
-
-
-
v2.1.2
3c73ead8 · ·v2.1.2 # Changelog ## Bug fixes ### Fix typos Some typos in the output and man page were fixed.
-
-
-
v2.1.1
1c67bbd8 · ·v2.1.1 # Release Notes ## Bugs fixed ### Check if the base branch exists when creating a PR (#92) When creating a PR if the specified (or inferred) base branch doesn't exist, a very weird error message was printed. Now the branch existence is explicitly checked before attempting the PR creation.
-
v2.1.0
8a22f201 · ·When the `hub.hookscript` git configuration is present, it will be used as a script to run on certain events. For now this feature is considered experimental and only the `postclone` event is defined. Please have a look at the `HOOK SCRIPT` section in the man for details. The old `master` default made little sense, as repositories sometimes have a different default branch, or have no `master` at all. Now that GitHub have changed the default branch to `main` for new projects (and many projects are moving away from using `master` as a name for anything altogether) it makes less sense that ever to use this last resort default. An error will be shown if the `pull new` or `pull attach` commands have no remote tracking branch or a `hub.pullbase` configuration is present. If you relied on this behaviour just do: `git config hub.pullbase master` (add `--global` to set this default globally for all your repos).
-
-
-
-
-
-
v1.1.0
6090334f · ·Features -------- * Now `git-hub issue update -t TITLE` can be used to update issue's title. ### Create draft pull request * `git-hub pull new` accepts `--draft` or `-d` to create a draft pull request. * Now `git-hub pull new` accepts `--labels`, `--milestone` and `--assign`
-
v1.1.0-rc.3
a0c6c3f9 · ·Features -------- * Now `git-hub issue update -t TITLE` can be used to update issue's title. ### Create draft pull request * `git-hub pull new` accepts `--draft` or `-d` to create a draft pull request. * Now `git-hub pull new` accepts `--labels`, `--milestone` and `--assign`
-
-
v1.1.0-rc.2
6f220460 · ·Features -------- * Now `git-hub issue update -t TITLE` can be used to update issue's title. * Now `git-hub pull new` accepts `--labels`, `--milestone` and `--assign`