Skip to content

pablodeas/go_flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoFlow

Go script to automate git commands: add, commit and push.

Installation

go build -o goflow main.go

Usage

./goflow

The script will:

  1. Show repository status
  2. Ask for files to add (use . for all)
  3. Request commit message
  4. Push to main branch (or another of your choice)

Requirements

  • Go installed
  • Git configured on system

Example

=== Git Status ===
On branch main...

=== Git Add ===
Enter files to add (use '.' to add all): .

=== Git Commit ===
Enter commit message: Initial update

=== Git Push ===
Push will go to 'main' branch. Enter another branch name (or press Enter): 
Pushing commit to 'main' branch...

About

Automate git commands.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages