PyGitUp

A nicer `git pull`

MIT License

Downloads
2.8K
Stars
528
Committers
17

Bot releases are visible (Hide)

PyGitUp - v2.2.0 Latest Release

Published by github-actions[bot] almost 2 years ago

PyGitUp - v2.1.0

Published by github-actions[bot] about 3 years ago

PyGitUp - v2.0.3

Published by github-actions[bot] about 3 years ago

PyGitUp - v2.0.2

Published by github-actions[bot] almost 4 years ago

PyGitUp - v2.0.1.post1

Published by github-actions[bot] about 4 years ago

PyGitUp - v2.0.1

Published by github-actions[bot] about 4 years ago

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.