mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
5 lines
145 B
Bash
5 lines
145 B
Bash
|
#!/bin/bash
|
||
|
git checkout amj60 # gets you on branch amj60
|
||
|
git fetch origin # gets you up to date with origin
|
||
|
git merge origin/master
|