Awesome-Python-Scripts/git_automation/README.md
Akshath fdf0ccb570 Revert "Resolving conflict"
This reverts commit a0d4e04a3c.
2023-10-25 10:14:56 +05:30

13 lines
318 B
Markdown
Executable File

### Install:
```bash
pip install -r requirements.txt
touch .env
Then open the .env file and store your username, password, and desired file destination. Use the provided format at the bottom of this README.
source ~/.my_commands.sh
```
### Usage:
```bash
To run the script type in 'create <name of your folder>'
```