@@ -39,12 +39,7 @@ case $OSTYPE in
|
||||
;;
|
||||
esac
|
||||
|
||||
# git add remote branch
|
||||
function garb() {
|
||||
echo "Adding remote branch '$1'";
|
||||
git config branch.$1.remote origin;
|
||||
git config branch.$1.merge refs/heads/$1;
|
||||
}
|
||||
|
||||
|
||||
function git-help() {
|
||||
echo "Git Custom Aliases Usage"
|
||||
|
||||
Reference in New Issue
Block a user