Feature/dev branch (#77)
* * renamed "development" to "develop" * * renamed "development" to "develop"
This commit is contained in:
		
							parent
							
								
									d000dbd584
								
							
						
					
					
						commit
						6f43580cbf
					
				|  | @ -3,7 +3,7 @@ | ||||||
| # - git; I believe it's already installed. | # - git; I believe it's already installed. | ||||||
| # - sed; GNU sed is preferred. POSIX sed may not work. | # - sed; GNU sed is preferred. POSIX sed may not work. | ||||||
| 
 | 
 | ||||||
| BASE_BRANCH="development" | BASE_BRANCH="develop" | ||||||
| 
 | 
 | ||||||
| PACKAGE_NAME="ssh-key-action" | PACKAGE_NAME="ssh-key-action" | ||||||
| URL_PRODUCT="https://github.com/shimataro/${PACKAGE_NAME}" | URL_PRODUCT="https://github.com/shimataro/${PACKAGE_NAME}" | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ COLOR_SUCCESS="\e[1;32m" | ||||||
| COLOR_RESET="\e[m" | COLOR_RESET="\e[m" | ||||||
| 
 | 
 | ||||||
| # create branch | # create branch | ||||||
| git checkout development || exit 1 | git checkout develop || exit 1 | ||||||
| git checkout -b ${BRANCH} || exit 1 | git checkout -b ${BRANCH} || exit 1 | ||||||
| 
 | 
 | ||||||
| # check updates | # check updates | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue