Simplified version control system built on top of Git
Simplified version control system on top of git
gl
$ gl init
$ gl commit -m 'Fix bug in login flow'
$ gl branch create feature-branch && gl checkout feature-branch