/git-tools

Tools to make git easier to use and to avoid the learning curve

Primary LanguagePythonApache License 2.0Apache-2.0

git-tools

Helper scripts and tools that improve productivity for git users.

Docs associated with these tools can be found here.

Index

  • hub-install.py: A python script that automates the installation of hub tool based on your system platform. hub is a beginner-friendly tool that wraps the common git operations with simple commands. To learn more about using hub, see the docs.

  • fastai-make-pr-branch: This bash script will checkout a forked version of the original fastai repository, sync it with the original, create a new branch and set it up for a PR. Windows users need to use the fastai-make-pr-branch-py script, which currently requires the user to have a github token configured.