https://github.com/parthasdey2304/github-upload-script
This repository contains a bash script to upload files on github for Linux
https://github.com/parthasdey2304/github-upload-script
Last synced: 12 months ago
JSON representation
This repository contains a bash script to upload files on github for Linux
- Host: GitHub
- URL: https://github.com/parthasdey2304/github-upload-script
- Owner: parthasdey2304
- License: gpl-3.0
- Created: 2023-07-23T10:46:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T17:53:05.000Z (over 2 years ago)
- Last Synced: 2025-05-13T06:54:30.981Z (12 months ago)
- Language: Shell
- Size: 39.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitHub Upload Script
This repository contains a bash script to upload files on github for Linux
# Pre-requisites
+ You need to install Github in Debian based:
```
sudo apt install git -y
```
+ You need to install Github in Arch based:
```
sudo pacman -Sy --noconfirm git
```
# Installation
+ First clone the Github Repo :
```
git clone https://github.com/parthasdey2304/github-upload-script.git
```
+ Open the repository :
```
cd github-upload-script
```
+ Make the **setup.sh** file executable :
```
chmod +x setup.sh
```
+ Run the **setup.sh** file :
```
./setup.sh
```
# Usage
+ Locate to the directory where the git project has been initialised..
+ Type **commit** and see the script do all the magic for you...
```
commit
```
+ Type `commit -h` to get the manual of all the flags for the `commit` tool.
# Uninstalling
+ Locate to the directory with the github-upload-script
+ Make the **remove.sh** file executable..
```
chmod +x remove.sh
```
+ Run the **remove.sh** file..
```
./remove.sh
```
# Contributing
We welcome contributions from the community! We welcome your contributions to improve the project. If you'd like to contribute to github-upload-script, please read the following guidelines on how to contribute:
+ Fork the repository and create a new branch for your changes.
+ Make your changes to the code.
+ Test your changes thoroughly.
+ Commit your changes with a clear and descriptive message.
+ Push your changes to your fork.
+ Create a pull request and wait for me to verify and then merge it to the main branch.
# THANK YOU COMMUNITY!!!!