-
-
Save 4unkur/c3341e92d76b36137048e50346589a46 to your computer and use it in GitHub Desktop.
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
function c { | |
git add --all | |
git commit -m $1 | |
} | |
function p { | |
git add --all | |
git commit -m $1 | |
branch=`git branch | grep "*"` | |
git push origin ${branch/* /} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment