* 9dbd857 (hotfix-correct-java-jdk-path, feature/add-ansible-galaxy-requirements-file) requirements.yml: adds maven and nodejs requirements * 1643619 (QOL-1640-enable-vpc-peering) roles/ansible-linux-commons: change value of hostname in cloud-init * b5fd2a4 roles/bamboo-agent: add bitbucket ssh host key to /etc/ssh/ssh_known_hosts * d5cc1f7 vpc cfn template: produce outputs conditionally * 3b87efe vpc cfn template: use csv for subnet/AZ mapping * 2e93096 roles/bamboo-agent: Install chrome on agents * 9aeb07e roles/bamboo-agent: install chromium browser * 89e852d (HEAD -> feature/QOL-1649-install-chrome) README: display the current directory structure of inventories * 1f55c4b inventories/test: define root volume size * 07d902e bamboo-ec2 cfn: specify root volume size
Esta es mi historia (reciente).
Quiero que feature/QOL-1649-install-chrome
suba un compromiso, a 9aeb07e
.
Intenté la selección de cereza, pero luego recibí una "copy" de esa confirmación en la feature/QOL-1649-install-chrome
branch. Pero lo que quiero (creo) es un avance rápido.
Puedes git merge --ff-only
, pero para mayor security y limpieza, prefiero usar git merge --ff-only
. Para usarlo, consulte la twig que desea reenviar rápidamente (ya lo ha hecho), luego ejecute git merge --ff-only <commit-hash>
:
git merge --ff-only 9aeb07e
Utilizo este command tan a menudo que hice un alias para él, git mff
(fusionar avance rápido).
git checkout feature/QOL-1649-install-chrome git merge --ff-only 9aeb07e
o
git reset --hard 9aeb07e
en lugar de fusionar