1.0.9 • Published 2 years ago

gitx-app v1.0.9

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

Simple git shortcuts

ShortcutCommandDescriptionExample
gagit addAdd all changes to staging areaga index.ts
gcgit commitCommit all changes to gitgc add index.ts
gigit initInitialize git repositorygi
gsgit statusShow git statusgs
gpgit pushPush all changes to remotegp main
grgit remoteShow remote repositoriesgr http:...
gbgit branchShow local branchesgb prod
gchgit checkoutSwitch to a branchgch main

Install

$ npm install -g gitx-app
# or
$ yarn global add gitx-app

Usage

$ gi # Initialize git repository
$ ga <file/dir> # Add all changes to staging area
$ gc [commit description]# Commit all changes to git
$ gs # Show git status
...
1.0.9

2 years ago

1.0.8

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

1.0.0

2 years ago