mirror of
				https://github.com/Pablo2048/modbus-rtu-master.git
				synced 2025-10-31 00:12:42 +01:00 
			
		
		
		
	GA update
This commit is contained in:
		| @@ -1,5 +1,16 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
| git checkout development |  | ||||||
|  | # Zkontroluj, jestli existuje větev development na vzdáleném repozitáři | ||||||
|  | if git show-ref --quiet refs/heads/development; then | ||||||
|  |   git checkout development | ||||||
|  | else | ||||||
|  |   git checkout -b development origin/development | ||||||
|  | fi | ||||||
|  |  | ||||||
| git pull origin development | git pull origin development | ||||||
|  |  | ||||||
|  | # Proveď merge z main | ||||||
| git merge main | git merge main | ||||||
|  |  | ||||||
|  | # Pushni změny do vzdálené development větve | ||||||
| git push origin development | git push origin development | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user