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
git aliases: match jj
author
Jes Olson
date
2 years ago
(Aug 14, 2023, 3:21 PM -0500)
commit
6be05a2c
6be05a2c4ec08edb298cfb33075c98d899df3306
parent
3f53abf9
3f53abf9a05615feceb3b389c22a02a65aa3f0a4
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
.config
git
config
+2
-2
.config/git/config
Reviewed
···
2
2
addIgnoredFile = false
3
3
detachedhead = false
4
4
[alias]
5
5
-
s = status
5
5
+
st = status
6
6
d = diff
7
7
p = pull --prune --rebase
8
8
ds = diff --staged
···
13
13
br = branch
14
14
amend = commit --amend -m
15
15
aa = add -A .
16
16
-
cm = commit -m
16
16
+
ci = commit
17
17
lg = log --color --graph --pretty=format:'%Cgreen%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
18
18
lgs = log --graph --pretty=format:'%Cgreen%h%Creset - %s %C(yellow)%d' --abbrev-commit
19
19
empty = commit --allow-empty -m 'Trigger Build'