Skip to content

Commit

Permalink
Merge pull request #56 from spier/patch-1
Browse files Browse the repository at this point in the history
Fixes quotes for alias registration
  • Loading branch information
casperdcl authored Mar 11, 2021
2 parents 06bcb19 + ad86232 commit 222f8de
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,19 @@ Latest Docker release
Register alias with git
~~~~~~~~~~~~~~~~~~~~~~~

This is probably not necessary on UNIX systems.
On Windows, run:

.. code:: sh
git config --global alias.fame "!python -m gitfame"
This is probably not necessary on UNIX systems.
If ``git fame`` doesn't work after restarting the terminal on Linux & Mac OS, try (with single quotes):

.. code:: sh
git config --global alias.fame '!python -m gitfame'
Tab completion
~~~~~~~~~~~~~~

Expand Down

0 comments on commit 222f8de

Please sign in to comment.