Skip to content

Instantly share code, notes, and snippets.

@RyujiAMANO
Last active March 4, 2024 01:26
Show Gist options
  • Save RyujiAMANO/204f8c828906e90d3c86fa02fa4c8973 to your computer and use it in GitHub Desktop.
Save RyujiAMANO/204f8c828906e90d3c86fa02fa4c8973 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Alias
git config --global alias.s status
git config --global alias.b branch
git config --global alias.co checkout
git config --global alias.ci commit
# git pushで同名ブランチにPUSH
git config --global push.default current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment