alpha
Login
or
Join now
xcc.es
/
git
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.
[READ-ONLY] Mirror of https://github.com/mrgnw/git. git config
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
remove comments
author
Morgan
date
4 years ago
(Feb 23, 2022, 2:02 AM -0800)
commit
4673e9df
4673e9dfab3bc3179934ae9f5025cdafdb43e502
parent
2537186a
2537186a7ed839ed9401642f0662fea1d7a2a4a4
-13
1 changed file
Expand all
Collapse all
Unified
Split
alias
-13
alias
View file
Reviewed
···
8
8
# aliases = open this
9
9
10
10
a = add
11
11
-
12
11
b = branch
13
13
-
# b = git checkout -b
14
14
-
15
15
-
# clear_merged = f(){
16
16
-
# git branch -d $(git branch --merged=master | grep -v master)
17
17
-
# }
18
18
-
19
19
-
# extract_untracked() {
20
20
-
# rsync -R $(git ls-files --others) "$1"
21
21
-
# git clean -f
22
22
-
# }
23
23
-
24
12
c = commit
25
25
-
26
13
d = diff
27
14
f = fetch
28
15
g = grep