PyGitUp

A nicer `git pull`

MIT License

Downloads
2.8K
Stars
528
Committers
17

Bot releases are hidden (Show)

PyGitUp -

Published by msiemens about 4 years ago

  • Drop Python 2 support in order to fix #102
  • Drop Ruby Bundler integration
  • Migrate tests to py.test
PyGitUp -

Published by msiemens almost 6 years ago

  • Upgrade to click>=7.0.0. Thanks @no-preserve-root for Pull Request #87.
PyGitUp -

Published by msiemens almost 6 years ago

  • Skip stashing changes when possible. Thanks @Chronial for Pull Request #86.
  • Added faster fast-forward on branches that are not checked out. Thanks @Chronial for Pull Request #83.
PyGitUp -

Published by msiemens about 6 years ago

  • Fixed version requirement for Click dependency (#82).
PyGitUp -

Published by msiemens about 6 years ago

  • Fixed crash on Cygwin with rebase log hook enabled (#80)
PyGitUp -

Published by msiemens over 6 years ago

  • Added auto-push support. Thanks @WoLpH for Pull Request #74.
PyGitUp -

Published by msiemens over 6 years ago

  • Added shorthand commandline arguments (-V, -q, -h, see #73).
PyGitUp -

Published by msiemens almost 7 years ago

  • 3rd party dependencies have been updated (see #65).
PyGitUp -

Published by msiemens almost 7 years ago

  • Fixed problems when working with branches containing hash signs in name (#55).
  • No longer installs a now unneeded script on pip install. Thanks @ekohl for Pull Request #60.
PyGitUp -

Published by msiemens almost 7 years ago

  • Fixed a bug when working with git worktree (#58).
PyGitUp -

Published by msiemens almost 7 years ago

  • Fixed a bug with GitPython <= 2.0.8 (#56, #57).
PyGitUp -

Published by msiemens almost 7 years ago

  • Switched the command line argument parsing library (#53).
PyGitUp - v1.4.1

Published by msiemens about 8 years ago

  • Include tests in PyPI distribution (#51).
PyGitUp -

Published by msiemens over 8 years ago

  • 3rd party dependencies have been updated.
  • Dependencies on 3rd party libraries have been loosened to better interact with other installed packages. Thanks @MaximilianR for the Pull Request.
  • Added an command line argument to turn of fetching (--no-fetch). Thanks @buoto for the Pull Request.
  • Don’t show a stacktrace anymore when stashing fails (#35).
  • Fixed a bug that cuased problems with submodules if the submodule had unstashed changes/ Thanks @Javex for the Pull Request.
PyGitUp -

Published by msiemens over 8 years ago

  • Fixed a bug when showing the version on Python 3 (#34).
PyGitUp - v1.3.0

Published by msiemens over 9 years ago

  • Support for Python 3 has been added. Thanks @r4ts0n for the
    Pull Request and @Byron for quickly merging a Pull Request
    in GitPython and releasing a new version on which this release
    depends.
PyGitUp - v1.2.2

Published by msiemens over 9 years ago

  • Now updates submodules when called from git submodule foreach (#8).
PyGitUp - v1.2.1

Published by msiemens over 9 years ago

  • Fixed a problem with setuptools 8.x (#19).
  • 3rd party dependencies have been updated
PyGitUp - v1.2.0

Published by msiemens almost 10 years ago

  • Added an option to show hashes when fast-forwarding/rebasing like
    git pull does (git-up.rebase.show-hashes).
  • Fixed a bug when having branches with both local tracking branches
    and remote tracking branches (#18).
PyGitUp - v1.1.5

Published by msiemens almost 10 years ago

  • 3rd party dependencies have been updated to fix a problem with a 3rd
    party library (#18)