An open API service indexing awesome lists of open source software.

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

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

## ...

- https://github.com/zkfmapf123/homebrew-tap