Gitconvex v1.1.1 Stable release
release 1.1.1 - stable
Stable version of of gitconvex v1.1.1
Features of gitconvex
- Basic repo stats visualization such as total commits, active branch, number of files tracked etc
- Creating new branch
- Including new remote repo
- Tracking repo files
- Creating new branches (provided there are no diverging changes)
- Listing all branches from local repo and remote repo
- Branch deletion with both soft and force delete options
- Initializing git inside a new repo and adding it to the platform tracker on the go
- File difference tracker with syntax highlighting for the languages (currently includes only a limited set of languages)
- Commit log viewer
- Basic git operations such as staging, un-staging, committing and pushing to remote repo
- Fetching and pulling changes from remote repo
Issues fixed
- #33
- https://github.com/neel1996/gitconvex/issues/31
- https://github.com/neel1996/gitconvex-package/issues/35
- https://github.com/neel1996/gitconvex-server/issues/16
- neel1996/gitconvex-server#14
- #23
New features delivered
- https://github.com/neel1996/gitconvex-package/issues/26
- https://github.com/neel1996/gitconvex-package/issues/34
- https://github.com/neel1996/gitconvex-package/issues/35
Future Road map
The following features are aligned for the future releases
- Remote repo cloning option from repo addition view
- Git graph UI for commits
- Redesigning commit cards view
Limitations
- The platform's UI is optimized only for desktop and tablet use. It does not have a mobile friendly layout
- Advanced & risky git operations such as merging, rebasing etc are not supported