1.13.1 • Published 24 days ago

gitcut v1.13.1

Weekly downloads
-
License
MIT
Repository
github
Last release
24 days ago

gitcut

It helps you simplify multiple git commands into one.

demo

Install

npm install -g gitcut

Usage

--init

Generate configuration file.

gt --init

query

Pull from a specified repository. You can directly use it like this:

gt query <remoteUrl> <branch> [paths]

Or use alias, which needs to be configured in the configuration file.

gt query <alias>

If the remote repository has already been added, you can use its name instead of the url. For example, if you have already added a remote repository named origin, you can use it like this:

gt query origin <branch> [paths]

To exclude some paths in a directory, try adding ! before the path.

submit

Submit all changes in the workspace. Following the commitlint-config-conventional types, emoji will be automatically added to the commit message. All you need to do is enable it in the configuration file, as it is turned off by default.

gt submit <msg>

In addition, gt is compatible with all git commands 🎉🎉🎉.

1.13.1

24 days ago

1.13.0

24 days ago

1.12.3

2 months ago

1.12.2

2 months ago

1.12.1

2 months ago

1.12.0

2 months ago

1.11.0

2 months ago

1.10.0

2 months ago

1.9.0

6 months ago

1.8.1

8 months ago

1.8.0

8 months ago

1.7.2

1 year ago

1.6.4

1 year ago

1.5.5

1 year ago

1.6.3

1 year ago

1.5.4

1 year ago

1.7.1

1 year ago

1.6.2

1 year ago

1.5.3

1 year ago

1.7.0

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.6.5

1 year ago

1.5.2

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.8

2 years ago

1.4.7

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago