Skip to content

Instantly share code, notes, and snippets.

@shintarou-akao
Last active August 7, 2021 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shintarou-akao/6bc632b421a115d27fc8af87441650b4 to your computer and use it in GitHub Desktop.
Save shintarou-akao/6bc632b421a115d27fc8af87441650b4 to your computer and use it in GitHub Desktop.
【随時更新】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
@shintarou-akao
Copy link
Author

設定したユーザ固有のgitコマンド確認方法

git config --global --list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment