Adding useful Git commands to the api
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Is it possible to implement few of Git commands in our api.
For example: To show the first commit
git log --reverse
or
git rev-list --max-parents=0 HEAD
Ref: http://stackoverflow.com/a/5189296/230526
cc// @brodock
Edited by 🤖 GitLab Bot 🤖