Created
August 9, 2017 23:08
-
-
Save aditiapratama/a03c59477db7c8e0dd02e9e8f909dbce to your computer and use it in GitHub Desktop.
Switching Release Beta Channel for Atom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ~/git/apps/atom | |
| git fetch origin | |
| git checkout master | |
| git pull | |
| git branch -D beta | |
| git checkout -b beta origin/<release_beta_branch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment