mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
4 lines
145 B
Bash
Executable file
4 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
|