]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/amj40/keymaps/default/updatemerge.sh
included amj40 implementation of nhou7 from https://github.com/nhou7/qmk_firmware_amj40
[qmk_firmware.git] / keyboards / amj40 / keymaps / default / updatemerge.sh
1 #!/bin/bash
2 git checkout amj60      # gets you on branch amj60
3 git fetch origin        # gets you up to date with origin
4 git merge origin/master