mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-01 19:52:08 +01:00
5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
git checkout amj60 # gets you on branch amj60
|
|
git fetch origin # gets you up to date with origin
|
|
git merge origin/master
|