Skip to content

Instantly share code, notes, and snippets.

View shintarou-akao's full-sized avatar
🏠
Working from home

Shintaro shintarou-akao

🏠
Working from home
View GitHub Profile
@shintarou-akao
shintarou-akao / .bashrc
Last active July 3, 2021 14:19
.bashrcにaliasを追加した後、設定を読み込む(「source ~/.bashrc」)
$ alias g='git'
@shintarou-akao
shintarou-akao / .gitconfig
Last active August 7, 2021 02:12
【随時更新】gitコマンドのエイリアス
[alias]
graph = log --graph --date-order --all --pretty=format:'%h %Cred%d %Cgreen%ad %Cblue%cn %Creset%s' --date=short
st = status
cm = commit
df = diff
br = branch
co = checkout
ft = fetch