1.0.87 • Published 2 years ago

gati v1.0.87

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

gati

This package is intended to facilitate and speed up the experience with git and more importantly to make the management and observation of the work more solid.

Installation

npm i -g gati

Commands

NameDescriptionflags
moveMove between branches
commitCommit with conventional formatting
cpushCommit and push with conventional formatting-f: first push of repo
deleteRemoves local and remote branches in parallel
createCreate branch-b
rebaseStart guided rebase
configset configurations for example branch typestypes-commit, types-branch
interfaceopen a web page connected to the terminal via a temporary server

Move:

alt-text

With the move command you can move between the branches, you can pass the name of the branch or if nothing passes a select will appear to select the destination branch, automatically when you move it makes a pull and if possible checks if the destination branch it is aligned to the source branch.

Commit:

alt-text

With the commit command you can perform a commit wizard with conventional formatting "type-commit (files changed...): short description".

Cpush:

alt-text

With the cpush command you can commit and push together. With the flag -f through only a text input field in which the repository link is inserted you can do the first commit and push and all the related actions to be done at the first push:

1. echo "# test" >> README.md  ( if README.md is empty )
2. git init
3. git add README.md
4. git commit -m "first commit"
5. git branch -M main
6. git remote add origin "link commit"
7. git push -u origin main

Delete:

alt-text

With the delete command you can comfortably remove the desired branches in parallel through a multi select, you can filter the branches by inserting a right part included in the desired branch, with space you can select or deselect a branch with the enter key delete the branches.

Create:

alt-text

With the create ssi command you can currently only create a branch with the -b flag following the conventional branch nomenclature of "branch type/source branch/branch name".

Rebase:

alt-text

With the rebase command you start a guided rebase, the name from which to rebase is automatically taken from the name of the branch itself, during the rebase in case it should encounter conflicts, a confirmation input will appear if you want to continue resolving the conflicts and confirm (equivalent a git rebase --continue) otherwise negate (equivalent to git rebase --abort) and it will automatically abort the rebase.

Config:

alt-text

With the config command you can customize the select options to select the type of branch and commit, at the end of the operations the configurations are saved in the package.json inside the "gati" key.

Interface:

alt-text

With the interface command you start a temporary server at port 3085 and automatically open a web page connected to the server which in turn is connected to the terminal on which the command was executed, currently on the web page you can view the branch hierarchy .

1.0.66

2 years ago

1.0.65

2 years ago

1.0.69

2 years ago

1.0.68

2 years ago

1.0.67

2 years ago

1.0.73

2 years ago

1.0.72

2 years ago

1.0.71

2 years ago

1.0.70

2 years ago

1.0.77

2 years ago

1.0.76

2 years ago

1.0.75

2 years ago

1.0.74

2 years ago

1.0.79

2 years ago

1.0.78

2 years ago

1.0.80

2 years ago

1.0.84

2 years ago

1.0.83

2 years ago

1.0.82

2 years ago

1.0.81

2 years ago

1.0.87

2 years ago

1.0.86

2 years ago

1.0.85

2 years ago

1.0.62

2 years ago

1.0.61

2 years ago

1.0.64

2 years ago

1.0.63

2 years ago

1.0.48

2 years ago

1.0.49

2 years ago

1.0.51

2 years ago

1.0.50

2 years ago

1.0.54

2 years ago

1.0.53

2 years ago

1.0.52

2 years ago

1.0.59

2 years ago

1.0.58

2 years ago

1.0.56

2 years ago

1.0.47

2 years ago

1.0.46

2 years ago

1.0.45

2 years ago

1.0.44

2 years ago

1.0.43

2 years ago

1.0.42

2 years ago

1.0.41

2 years ago

1.0.40

2 years ago

1.0.38

2 years ago

1.0.37

2 years ago

1.0.36

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago