https://github.com/zkfmapf123/wip
Git Simple Commit and Push
https://github.com/zkfmapf123/wip
cli git golang wip
Last synced: 5 months ago
JSON representation
Git Simple Commit and Push
- Host: GitHub
- URL: https://github.com/zkfmapf123/wip
- Owner: zkfmapf123
- Created: 2024-10-14T04:18:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T05:41:15.000Z (over 1 year ago)
- Last Synced: 2025-06-17T12:45:10.735Z (about 1 year ago)
- Topics: cli, git, golang, wip
- Language: Go
- Homepage:
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wip
## Desc
- Simple Commit And Push CLI
- Can be used in any path
## Recommand...
- annoying to commit and push
- no meaning commit message
- When developing only in one branch
## Description
### c
- Commit
```sh
## branch : required
## commit-message : optional
wip c [branch] [commit-message]
```
### p
- Push
```sh
## branch : required
wip p [branch]
```
### cp
- Commit And Push
```sh
## branch : required
## commit-message : optional
wip cp [branch] [commit-message]
```
## Execute
```sh
make _build
sudo mv wip /usr/local/bin
wip c main
```
https://github.com/user-attachments/assets/6fa5947c-e42a-4bde-8b88-a77667c73b14
## ...