Skip to content

Instantly share code, notes, and snippets.

@ioxua
Created May 5, 2024 13:30
Show Gist options
  • Save ioxua/404bc4d60236113ae6ec0335e0d14763 to your computer and use it in GitHub Desktop.
Save ioxua/404bc4d60236113ae6ec0335e0d14763 to your computer and use it in GitHub Desktop.
Personal Git setup
#!/bin/bash
# Aliases
git config --global alias.c commit
git config --global alias.s status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment