Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git alias variables

ra = "!f() { 
        git remote add $1 https://bitbucket.org/$2.git; 
      }; f"
Source by www.atlassian.com #
 
PREVIOUS NEXT
Tagged: #git #alias #variables
ADD COMMENT
Topic
Name
1+2 =