Skip to content

Instantly share code, notes, and snippets.

@donkeybanana
Last active June 23, 2018 10:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save donkeybanana/726c17274e0a529a761c to your computer and use it in GitHub Desktop.
git f(etch) a(apply) p(ush)
git config --global alias.fap '!f() { git pull --rebase; git push; }; f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment