Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 52feeeb6 authored by Dimitri Leurs's avatar Dimitri Leurs
Browse files

Origin changed to github

parent 39db4180
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ alias gof="cd /Users/<CHANGEUSER>/Documents/Flutter"
push() {
if [ $# -eq 0 ];
then
echo "No arguments supplied. Example : push \"initial commit\" [remote : origin and froggit by default]";
echo "No arguments supplied. Example : push \"initial commit\" [remote : github, froggit and numerbly by default]";
else
commitMessage=$1
if [ "$commitMessage" = "" ];
......@@ -24,8 +24,8 @@ else
else
branch=$2
fi
echo "\ngit push origin $branch;\n";
git push origin $branch;
echo "\ngit push github $branch;\n";
git push github $branch;
echo "\ngit push froggit $branch;\n";
git push froggit $branch;
echo "\ngit push numberly $branch;\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment