Fix unturf capitalization to lowercase
This commit is contained in:
parent
ddf071161e
commit
f5afedc5f7
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
This repository has multiple push targets configured on the `origin` remote:
|
||||
- **GitHub**: `git@github.com:russellballestrini/opencompletion.git` (fetch & push)
|
||||
- **Unturf**: `ssh://git@git.unturf.com:2222/engineering/unturf/opencompletion.com.git` (push only)
|
||||
- **unturf**: `ssh://git@git.unturf.com:2222/engineering/unturf/opencompletion.com.git` (push only)
|
||||
|
||||
When you `git push origin main`, changes are pushed to both remotes simultaneously.
|
||||
|
||||
|
|
|
|||
|
|
@ -45,11 +45,11 @@ To set up the project, follow these steps:
|
|||
git clone https://github.com/russellballestrini/opencompletion.git
|
||||
cd opencompletion
|
||||
|
||||
**Git Remotes**: This repo is configured to push to both GitHub and Unturf simultaneously.
|
||||
**Git Remotes**: This repo is configured to push to both GitHub and unturf simultaneously.
|
||||
The ``origin`` remote has two push URLs:
|
||||
|
||||
- GitHub: ``git@github.com:russellballestrini/opencompletion.git``
|
||||
- Unturf: ``ssh://git@git.unturf.com:2222/engineering/unturf/opencompletion.com.git``
|
||||
- unturf: ``ssh://git@git.unturf.com:2222/engineering/unturf/opencompletion.com.git``
|
||||
|
||||
2. Create a virtual environment and activate it::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue