Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 791 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 791 Bytes

Git Log Package

Git-log is a package for Atom that creates a graph of your git commits and shows commit related information for you on the editor.

Installing

Use the Atom package manager, which can be found in the Settings view or run apm install git-log from the command line.

Usage

Make sure Command Palette is enabled. Open Command Palette. Type: 'Git Log: Show'.

Feature requests & bug reports

The main development branch is develop and the stable 'production' branch is master. Please remember to base your branch from develop and issue the pull request back to that branch.

Note

The inspiration for this package is SourceTree App.