1.1.5 • Published 3 years ago

gytfast v1.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

gytfast

A npm module for automating Git directory tracking, committing changes, and pushing to your remote repository with a single, simple command

Installation

Install my-project with npm

  npm install -g gytfast
 

Usage

  gytfast "commit-message" branch-name files-name
 

Process

  • git add files-name
  • git commit -m commit-message
  • git push origin branch-name

Example

  gytfast "initial commit" main . 
 
1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago