Skip to content

Gitconvex v1.1.1 Stable release

Compare
Choose a tag to compare
@neel1996 neel1996 released this 16 Jul 14:02
· 430 commits to master since this release
a8bd7a2

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

New features delivered

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