Last active
August 29, 2015 14:17
-
-
Save perrupa/76957dc068982eed259e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✓ > /dev-git/platform-a > (feature/reports-filter) $ git log --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | head -n 10 | |
* 4e4b861 - (HEAD, origin/feature/reports-filter, feature/reports-filter) ZAP-6864 - changed a conflicting scss class name causing layout issues. (5 months ago) <Chris Marlow> | |
* 897a178 - Merge branch 'hotfix_26_02' of ssh://tor-repo01/mnt/opt/git/platform-a into hotfix_26_02 (5 months ago) <Avinder> | |
|\ | |
| * 8a35fe6 - PFAPROD-13066 - V26: Standard Reports: Raw data: pagination does not work (5 months ago) <Maryam> | |
| * ae42825 - PFAPROD-13064 - standard reports (v26)- 'Filter' option is not working. (5 months ago) <Maryam> | |
* | d47af7b - NO-JIRA: Added a missing space in the employee name of marriott self enrollment form (5 months ago) <Avinder> | |
|/ | |
* 25ab3e5 - Merge branch 'hotfix_26_02' of ssh://tor-repo01/mnt/opt/git/platform-a into hotfix_26_02 (5 months ago) <Avinder> | |
|\ | |
| * d183441 - PFAPROD-13006: Bulk upload recognitions: Not belonging to reco module now throws upload validator level error. (5 months ago) <matthew.thomason> | |
✓ > /dev-git/platform-a > (feature/reports-filter) $ git lg | head -n 10 | |
* 8f67141 - (76 minutes ago) NO-JIRA - add transactionCreditCardProcessFeePercent to detail point purchase DTO - Maryam (origin/feature/standardized_approvals_details, origin/feature/standardized_approvals) | |
* cc4063e - (17 hours ago) NO-JIRA - using new icons and filling in active chain only - Shawn Yeung (origin/feature/standardized_approvals_filter_ui) | |
* afb548a - (18 hours ago) NO-JIRA - adding new chain icons - Shawn Yeung | |
* 5f7f3b3 - (18 hours ago) PRODEV-2972 - remove filter by clicking x - Shawn Yeung | |
* 6f362cb - (18 hours ago) Merge remote-tracking branch 'origin/standardized_approvals_search_and_filtering' into feature/standardized_approvals_filter_ui - Shawn Yeung | |
|\ | |
* | c242610 - (18 hours ago) PRODEV-2972 - displaying applied filters - Shawn Yeung | |
* | a8cf29d - (20 hours ago) PRODEV-2972 - keeping previously selected filter - Shawn Yeung | |
* | 6a99207 - (21 hours ago) PRODEV-2971 - call api for filtering by hierarchy - Shawn Yeung | |
* | ad44377 - (21 hours ago) PRODEV-3152 - filter by hierarchy modal - Shawn Yeung | |
✓ > /dev-git/platform-a > (feature/reports-filter) $ cat ~/.gitconfig | grep lg | |
lg2 = log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative | |
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment