alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
add empty commit shortcut
author
Jes Olson
date
4 years ago
(Sep 20, 2021, 11:49 AM -0500)
commit
7258015a
7258015a720f173073302f0795befc6f1f472107
parent
657cf0ec
657cf0ec52fa5f73abeb47b5ee5dc76cad1f3ea9
+1
1 changed file
Expand all
Collapse all
Unified
Split
.config
git
config
+1
.config/git/config
Reviewed
···
14
14
cm = commit -m
15
15
lg = log --color --graph --pretty=format:'%Cgreen%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
16
16
lgs = log --graph --pretty=format:'%Cgreen%h%Creset - %s %C(yellow)%d' --abbrev-commit
17
17
+
empty = commit --allow-empty -m 'Trigger Build'
17
18
[color]
18
19
ui = auto
19
20
[core]