Git Cutlass is a simple curses-like tool to work with git (Work in progress)
npm install git-cutlassGit Cutlass is a simple curses-like tool to work with git (Work in progress)
- Add, reset, checkout files
- Make commits
- View diffs
```
npm install git-cutlass -g
gitc
`Node version
Git Cutlass requires node >=
v6`- Fixing node version and adding packge-lock.json
- Fixing blessed dependency
- Editiong screen now uses the $EDITOR environment variable to edit files, when not the variable is not present, vim is assumed as default
- Bugfix: Application wouldn't open when the repository had no branches yet, this happend when trying to open gitc with an empty repository.
- Adding feature to edit files inside git cutlass using vim
- New screen to see local branch history
- Bugfixes
- Adding feature to view content of new files
- Deletion of new file
- Fixed bug when executing git cutlass somewhere else than the root repository