Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body>
<button type="button" id="post_tweet" class="btn-tweet">
<picture>
# ----------------------
# Git Aliases
# $ echo '. ~/.git_alias' >> ~/.bash_profile
# $ echo 'alias ghelp="cat ~/.git_alias"' >> ~/.bash_profile
# $ source ~/.bash_profile
# ----------------------
alias ga='git add'
alias gaa='git add .'
alias gaaa='git add -A'
alias gb='git branch -vv'