Yongmin Hong
7dcaa2e6da
Summary: - remove vscode submodule - git mv git(config|ignore).sample to default.git(config|ignore) - more rules for editorconfig, alphabetize - enforce ^ - mv REAMDE.wiki to REAMDE.md but forgot git mv (markup difference would've made them different enough anyway) - gitconfig to new identity - change gpg.conf default too Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Read the Diff ™️. Reviewers: #acl_sudoers, #blessed_reviewers, revi Reviewed By: #acl_sudoers, #blessed_reviewers, revi Differential Revision: https://issuetracker.revi.xyz/D18
21 lines
457 B
Text
21 lines
457 B
Text
[alias]
|
|
co = checkout
|
|
cm = commit -s
|
|
st = status
|
|
br = branch -v
|
|
fa = fetch --all
|
|
graph = log --pretty=format:\"%h %s\" --graph
|
|
fo = fetch origin
|
|
usync = rebase upstream/master
|
|
osync = rebase origin/master
|
|
aal = add *
|
|
po = push origin master
|
|
amend = commit --amend -s
|
|
cmt = commit -S -s
|
|
amends = commit --amend -S -s
|
|
acmt = commit -a -S -s
|
|
acm = commit -a -s
|
|
fup = fetch upstream
|
|
com = checkout master
|
|
por = push origin
|
|
cob = checkout -b
|