Git commands ( * Create gitCommands route * Create git commands page * Add link to commands page in menubar * Create state, getters, & mutation for commands * Create git command component It shows the tite, path and remove button inside the component. * Mixin to commit the git command to vuex store * Import gitCommand component * Run gitCommand mixin in gitLog function * Lighten the color of close icon * Move page heading to center * Fix removeCommand mutation not running * Add Box shadow, spacing and fix padding * Adjust command title and path size & color * Add download and menu icon * Add list icon * Add play and column icon * Import gitCommand mixin to add command * Add custom scroll to commands page * Store command type to vuex * Add image relevant to command type * Join array by spaces into string in git log * Add space at end of commands page scroll * Split title into commands and params * Fix: Scroll in commands page * Commit detail Add commit detail section to show long git commands. * Add date to commit detail Capture the time at which the git command is executed. * FIX: Add , after type object Error - Parsing error: Unexpected token, expected ","