diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
commit | eeaddb27560d723ca7d61359744ceb2709fccd2d (patch) | |
tree | 04ddbc49ae7b73d5f5a9e1716d7227aecd3b9f85 /docs/pycharm | |
parent | 7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (diff) |
Renamed from pyblackbird_cc to alphabetlearning - everywhere
Diffstat (limited to 'docs/pycharm')
-rw-r--r-- | docs/pycharm/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pycharm/configuration.rst b/docs/pycharm/configuration.rst index fa53a8f..ffc7f61 100644 --- a/docs/pycharm/configuration.rst +++ b/docs/pycharm/configuration.rst @@ -67,4 +67,4 @@ Most of the files from `.idea/` were added to `.gitignore` with a few exceptions In theory you can remove them from repository, but then, other people will lose a ability to initialize a project from provided configurations as you did. To get rid of this annoying state, you can run command:: - $ git update-index --assume-unchanged pyblackbird_cc.iml + $ git update-index --assume-unchanged alphabetlearning.iml |