Last active
October 9, 2018 16:13
-
-
Save AlbinoDrought/093ed80e9e17a70051670b5eecd695bb to your computer and use it in GitHub Desktop.
My basic af .tigrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Press ctrl+a to amend the last commit with whatever is staged | |
bind status <Ctrl-A> !git commit --amend | |
# Press shift+p to push | |
# requires `git config --global push.default current` | |
bind status P !git push -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment