Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erozx/easy-gitpush
i hate run each syntax, so i made this
https://github.com/erozx/easy-gitpush
code easy-to-use effortless git lazy lightweight powershell powershell-script push script syntax
Last synced: 26 days ago
JSON representation
i hate run each syntax, so i made this
- Host: GitHub
- URL: https://github.com/erozx/easy-gitpush
- Owner: erozx
- Created: 2024-07-15T14:03:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T14:26:48.000Z (4 months ago)
- Last Synced: 2024-09-27T21:20:58.623Z (about 1 month ago)
- Topics: code, easy-to-use, effortless, git, lazy, lightweight, powershell, powershell-script, push, script, syntax
- Language: PowerShell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy Git Push v1.0
Effortlessly push your code changes with a single script. Simplify your Git workflow and save time!
## Note
I created this script because I hate running each Git command manually.**Author**: Hadi
## Features
- Automatically initializes a project if it's not already a Git repository.
- Pushes changes to the main branch.
- Saves configuration on project directory, so you only need to input the origin and remote repository once. After that, just write the commit message, and the script handles the rest.
- Written in PowerShell script, so you don’t have to install other packages—just have Git installed on your system.
- Lightweight, with a size of only 4KB.## Usage
1. Clone this repository or download the raw script.
2. Run the script in your project directory.
3. Follow the prompts to push your project to the remote repository.## How to Use
```sh
PS> easy-gitpush.ps1
```## Requirements
- Git installed on your system.
- A configured Git repository or a project that you want to initialize as a Git repository.